seperate nginx

This commit is contained in:
chandi
2020-04-09 08:48:47 +02:00
parent 5724e437d7
commit 2ba82afaa1
15 changed files with 877 additions and 6 deletions

View 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;
}