mirror of
https://github.com/bigbluebutton/docker.git
synced 2024-12-02 04:53:09 +01:00
7 lines
193 B
Plaintext
7 lines
193 B
Plaintext
|
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";
|
||
|
}
|