|  | @@ -21,15 +21,15 @@
 | 
	
		
			
				|  |  |  #define DOCUMENT_ROOT "."
 | 
	
		
			
				|  |  |  #ifdef NO_SSL
 | 
	
		
			
				|  |  |  #ifdef USE_IPV6
 | 
	
		
			
				|  |  | -#define PORT "[::]:8888"
 | 
	
		
			
				|  |  | +#define PORT "[::]:8888,8884"
 | 
	
		
			
				|  |  |  #else
 | 
	
		
			
				|  |  | -#define PORT "8888"
 | 
	
		
			
				|  |  | +#define PORT "8888,8884"
 | 
	
		
			
				|  |  |  #endif
 | 
	
		
			
				|  |  |  #else
 | 
	
		
			
				|  |  |  #ifdef USE_IPV6
 | 
	
		
			
				|  |  |  #define PORT "[::]:8888r,[::]:8843s,8884"
 | 
	
		
			
				|  |  |  #else
 | 
	
		
			
				|  |  | -#define PORT "8888r,8843s"
 | 
	
		
			
				|  |  | +#define PORT "8888r,8843s,8884"
 | 
	
		
			
				|  |  |  #endif
 | 
	
		
			
				|  |  |  #endif
 | 
	
		
			
				|  |  |  #define EXAMPLE_URI "/example"
 |