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% }