Fix missing reverse proxy headers

This commit is contained in:
thelittlefireman
2020-12-20 16:19:27 +01:00
committed by GitHub
parent 8115853453
commit 026783f018

View File

@@ -1,4 +1,5 @@
location %REVERSE_PROXY_URL% {
proxy_pass %REVERSE_PROXY_HOST%;
%REVERSE_PROXY_HEADERS%
%REVERSE_PROXY_WS%
}