From 9736bf6b0a401b0b57aaf2ddabb2fb396646f83b Mon Sep 17 00:00:00 2001 From: "Collin M. Barrett" Date: Mon, 2 Sep 2019 15:45:28 -0500 Subject: [PATCH] Revert "try fixing subpath proxy" This reverts commit 3ee9601938129cddc7ded5f53860e9432768a1f9. --- ops/nginx/conf.d/filterlists.conf | 2 -- 1 file changed, 2 deletions(-) diff --git a/ops/nginx/conf.d/filterlists.conf b/ops/nginx/conf.d/filterlists.conf index 2595175f5..0bf95490a 100644 --- a/ops/nginx/conf.d/filterlists.conf +++ b/ops/nginx/conf.d/filterlists.conf @@ -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;