| 
					
				 | 
			
			
				@@ -17,10 +17,11 @@ listen: 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     port: 80 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     ip: "::" #listen to v4 and v6 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     module: ejabberd_http 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-    tls: false 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+    tls: false #disabled as handeld by the reverse-proxy 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 #    tls: true  
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 #    ciphers: 'TLS_CIPHERS' 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 #    protocol_options: 'TLS_OPTIONS' 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     request_handlers: 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				       "/conversejs": mod_conversejs 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+      "/": mod_http_fileserver 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				  
			 |