ninegate/tmpl/ninegate-nginx.conf

6 lines
210 B
Plaintext

location /wssninegate {
proxy_pass https://%%container_ip_web;
proxy_http_version 1.1;
proxy_set_header Upgrade $http_upgrade;
proxy_set_header Connection "upgrade";
}