Revert "try fixing subpath proxy"

This reverts commit 3ee9601938.
This commit is contained in:
Collin M. Barrett 2019-09-02 15:45:28 -05:00
parent 3ee9601938
commit 9736bf6b0a

View file

@ -23,8 +23,6 @@ server {
location / {
proxy_pass http://web:80/;
proxy_intercept_errors on;
error_page 404 = /index.html
proxy_http_version 1.1;
proxy_set_header Upgrade $http_upgrade;
proxy_set_header Connection keep-alive;