Actions
Enhancement #354
closedbip through a http reverse-proxy
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