configuration reverse proxy wss

This commit is contained in:
2021-12-06 16:13:13 +01:00
parent 37531ca37c
commit ed36a30dfe
2 changed files with 21 additions and 1 deletions

View File

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