docker/mod/nginx/bbb-html5.dev.nginx

7 lines
193 B
Plaintext
Raw Normal View History

2023-12-07 19:16:47 +01:00
location /html5client {
proxy_pass http://10.7.7.200:4100; # use for production
proxy_http_version 1.1;
proxy_set_header Upgrade $http_upgrade;
proxy_set_header Connection "Upgrade";
}