configuration reverse proxy wss

This commit is contained in:
2021-12-06 16:12:17 +01:00
parent 7fbe3ab465
commit fec9980c6b
2 changed files with 15 additions and 1 deletions

View File

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