ninesurvey/tmpl/ninesurvey-nginx.conf

6 lines
212 B
Plaintext
Raw Permalink Normal View History

2021-12-06 16:12:51 +01:00
location /wssninesurvey {
proxy_pass https://%%container_ip_web;
proxy_http_version 1.1;
proxy_set_header Upgrade $http_upgrade;
proxy_set_header Connection "upgrade";
}