From d741ea63c4cdb1a2492d7f6bf107c7a6c6ab6e94 Mon Sep 17 00:00:00 2001 From: "Collin M. Barrett" Date: Mon, 2 Sep 2019 15:52:51 -0500 Subject: [PATCH] try fixing subpath proxy --- ops/nginx/conf.d/filterlists.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ops/nginx/conf.d/filterlists.conf b/ops/nginx/conf.d/filterlists.conf index 13def91e3..61e948a7a 100644 --- a/ops/nginx/conf.d/filterlists.conf +++ b/ops/nginx/conf.d/filterlists.conf @@ -21,7 +21,7 @@ server { proxy_set_header X-Forwarded-Proto $scheme; } - location / { + location ^~ / { if (!-e $request_filename) { rewrite http://web:80 break; }