try fixing subpath proxy

This commit is contained in:
Collin M. Barrett 2019-09-02 15:43:06 -05:00
parent 362eeb5ac4
commit 3ee9601938

View file

@ -23,6 +23,8 @@ 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;