0
Answered
Reverse Proxy
Hi,
I've tested the reverse proxy feature with nginx without any success.
Could you share a sample config?
Thanks,
Christophe.
I've tested the reverse proxy feature with nginx without any success.
Could you share a sample config?
Thanks,
Christophe.
Customer support service by UserEcho
server {My Ubooquity server was running on "http://10.0.0.51:2202", configured with the reverse proxy string "bbb".listen 80;
location /bbb/ {
proxy_pass http://10.0.0.51:2202;
proxy_set_header Host $host;
} }
With this configuration, all request made to the Nginx server on port 80 were redirected to Ubooquity.
Let me know if you need more details.