try fixing subpath proxy

This commit is contained in:
Collin M. Barrett 2019-09-02 15:52:51 -05:00
parent 83ef26f8d7
commit d741ea63c4

View file

@ -21,7 +21,7 @@ server {
proxy_set_header X-Forwarded-Proto $scheme;
}
location / {
location ^~ / {
if (!-e $request_filename) {
rewrite http://web:80 break;
}