try fixing subpath proxy

This commit is contained in:
Collin M. Barrett 2019-09-02 15:36:41 -05:00
parent 77ea340097
commit 362eeb5ac4

View file

@ -21,8 +21,6 @@ server {
proxy_set_header X-Forwarded-Proto $scheme;
}
location / {if (!-e $request_filename){rewrite https://$server_name break;}
location / {
proxy_pass http://web:80/;
proxy_http_version 1.1;