configuration reverse proxy wss

This commit is contained in:
2021-12-06 16:12:51 +01:00
parent 2167813aee
commit e15cbdf218
2 changed files with 15 additions and 1 deletions

View File

@ -0,0 +1,6 @@
location /wssninesurvey {
proxy_pass https://%%container_ip_web;
proxy_http_version 1.1;
proxy_set_header Upgrade $http_upgrade;
proxy_set_header Connection "upgrade";
}