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:
Théophile Diot 2024-08-07 08:56:39 +01:00
parent 84a8ee6098
commit 3605242548
No known key found for this signature in database
GPG key ID: FA995104A0BA376A

View file

@ -15,7 +15,7 @@
"type": "check"
},
"USE_PROXY_PROTOCOL": {
"context": "multisite",
"context": "global",
"default": "no",
"help": "Enable PROXY protocol communication.",
"id": "use-proxy-protocol",