forked from extern/docker
11 lines
254 B
Plaintext
11 lines
254 B
Plaintext
|
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;
|
||
|
}
|