mirror of
https://github.com/bunkerity/bunkerweb
synced 2026-05-24 09:28:37 +00:00
Fix missing reverse proxy headers
This commit is contained in:
parent
8115853453
commit
026783f018
1 changed files with 1 additions and 0 deletions
|
|
@ -1,4 +1,5 @@
|
|||
location %REVERSE_PROXY_URL% {
|
||||
proxy_pass %REVERSE_PROXY_HOST%;
|
||||
%REVERSE_PROXY_HEADERS%
|
||||
%REVERSE_PROXY_WS%
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue