Project

General

Profile

Enhancement #354

Updated by Pierre-Louis Bonicoli over 9 years ago

Hello 
 Is it possible that the connection to the @bip@ "bip" server occurs through a reverse proxy (@nginx@) ( nginx ) ? 
 Like : 

 <pre> 
 server { 
         listen                 80; 
         server_name    irc.foo.bar; 
         access_log    /var/log/nginx/access.log; 
         error_log    /var/log/nginx/error.log; 
         location / { 
                 proxy_pass        http://bipserver:7778 ; 
                 include           /etc/nginx/proxy.conf; 
         } 
 } 
 </pre> 
 Thanks. 

Back