mirror of
https://github.com/bunkerity/bunkerweb
synced 2026-05-24 09:28:37 +00:00
refactor: Update context in realip plugin for the USE_PROXY_PROTOCOL setting from "multisite" to "global" as it affect the whole server and not a single service
This commit is contained in:
parent
84a8ee6098
commit
3605242548
1 changed files with 1 additions and 1 deletions
|
|
@ -15,7 +15,7 @@
|
|||
"type": "check"
|
||||
},
|
||||
"USE_PROXY_PROTOCOL": {
|
||||
"context": "multisite",
|
||||
"context": "global",
|
||||
"default": "no",
|
||||
"help": "Enable PROXY protocol communication.",
|
||||
"id": "use-proxy-protocol",
|
||||
|
|
|
|||
Loading…
Reference in a new issue