configuration reverse proxy wss

This commit is contained in:
2021-12-06 16:13:58 +01:00
parent 9959c36717
commit 81acd8f27e
2 changed files with 15 additions and 1 deletions

View File

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