@ -25,10 +25,6 @@ server {
# required to avoid HTTP 411: see Issue #1486 (https://github.com/dotcloud/docker/issues/1486)
chunked_transfer_encoding on;
location = / {
return 302 /s/Main_Page;
}
location / {
proxy_pass http://host.docker.internal:3000;
proxy_set_header Host $host;