From 36052425483630c8a022cd61bd80853f83330ba8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Th=C3=A9ophile=20Diot?= Date: Wed, 7 Aug 2024 08:56:39 +0100 Subject: [PATCH] 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 --- src/common/core/realip/plugin.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/common/core/realip/plugin.json b/src/common/core/realip/plugin.json index 655ec5384..26b480f47 100644 --- a/src/common/core/realip/plugin.json +++ b/src/common/core/realip/plugin.json @@ -15,7 +15,7 @@ "type": "check" }, "USE_PROXY_PROTOCOL": { - "context": "multisite", + "context": "global", "default": "no", "help": "Enable PROXY protocol communication.", "id": "use-proxy-protocol",