From 026783f018b6e02bfeb67a541385f6b0b6f37af2 Mon Sep 17 00:00:00 2001 From: thelittlefireman Date: Sun, 20 Dec 2020 16:19:27 +0100 Subject: [PATCH] Fix missing reverse proxy headers --- confs/site/reverse-proxy.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/confs/site/reverse-proxy.conf b/confs/site/reverse-proxy.conf index ed4b4a5..89cbc6e 100644 --- a/confs/site/reverse-proxy.conf +++ b/confs/site/reverse-proxy.conf @@ -1,4 +1,5 @@ location %REVERSE_PROXY_URL% { proxy_pass %REVERSE_PROXY_HOST%; + %REVERSE_PROXY_HEADERS% %REVERSE_PROXY_WS% }