separate bbb-html5

This commit is contained in:
chandi
2020-04-09 22:33:27 +02:00
parent 2d6e43193d
commit e2901ddd81
10 changed files with 205 additions and 60 deletions

View File

@ -1,10 +1,10 @@
location /html5client {
proxy_pass http://host.docker.internal:3000;
proxy_pass http://html5: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;
proxy_pass http://html5:3000;
}