Enhancement add custom proxy headers #97

This commit is contained in:
thelittlefireman
2021-03-15 23:24:58 +01:00
parent 6a714e2ece
commit d16f4517a4
3 changed files with 17 additions and 0 deletions

View File

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