mirror of
https://github.com/bigbluebutton/docker.git
synced 2025-08-17 08:01:09 +02:00
seperate nginx
This commit is contained in:
10
mod/nginx/bbb/bbb-html5.nginx
Normal file
10
mod/nginx/bbb/bbb-html5.nginx
Normal file
@ -0,0 +1,10 @@
|
||||
location /html5client {
|
||||
proxy_pass http://host.docker.internal:3000;
|
||||
proxy_http_version 1.1;
|
||||
proxy_set_header Upgrade $http_upgrade;
|
||||
proxy_set_header Connection "Upgrade";
|
||||
}
|
||||
|
||||
location /_timesync {
|
||||
proxy_pass http://host.docker.internal:3000;
|
||||
}
|
Reference in New Issue
Block a user