Compare commits

..

No commits in common. "9689a328b9abd928ff8d8f343befd9bb1f6ab206" and "8da0c137f7e28da1a83f62be214b7f8b5b2b3f08" have entirely different histories.

View file

@ -41,11 +41,6 @@ http {
resolver 127.0.0.11 valid=30s; # Docker DNS
proxy_pass http://host.docker.internal:3000/; # Local back end
proxy_redirect default;
proxy_http_version 1.1;
proxy_set_header Upgrade $http_upgrade;
proxy_set_header Connection "Upgrade";
proxy_set_header Host $host;
}
}
}