From cb2f6b14da7e93909f6f42bbb2626a3c35b29785 Mon Sep 17 00:00:00 2001 From: "Collin M. Barrett" Date: Mon, 2 Sep 2019 15:27:31 -0500 Subject: [PATCH] pass all non-api paths to react app --- 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 758764ac4..4a26840aa 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 ~ ^/ { proxy_pass http://web:80; proxy_http_version 1.1; proxy_set_header Upgrade $http_upgrade;