Project

General

Profile

Actions

Enhancement #354

closed

bip through a http reverse-proxy

Added by laurent ducos over 9 years ago. Updated about 2 years ago.

Status:
Rejected
Priority:
Normal
Assignee:
-
Target version:
-
Start date:
2014-11-07
Due date:
% Done:

0%

Estimated time:
Patch Available:
Found in Versions:
Confirmed:
No
Branch:
Security:
Help Needed:

Description

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

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;
        }
}

Thanks.
Actions

Also available in: Atom PDF