From a460387150c5bebed73ff93a8d53de5a4b504879 Mon Sep 17 00:00:00 2001 From: William Di Luigi Date: Wed, 15 Feb 2023 08:21:50 +0100 Subject: [PATCH] Fixup --- config/cms.toml.sample | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/cms.toml.sample b/config/cms.toml.sample index 342ff324d..439c50ca9 100644 --- a/config/cms.toml.sample +++ b/config/cms.toml.sample @@ -102,7 +102,7 @@ admin_cookie_duration = 36000 # the request. This is used to determine the request's real # source IP address. For example, if you're using nginx as # a proxy, you will likely want to set this value to 1. -num_proxies_used = 0 +admin_num_proxies_used = 0 ### ProxyService ###