Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorPeter Zhang <peter@innocraft.com>2022-03-17 04:40:18 +0300
committerGitHub <noreply@github.com>2022-03-17 04:40:18 +0300
commit74e0ace978ad62c879abc736cdd1fca3894db5d3 (patch)
treee725bb0ac94523f6e2a75d06fae146d14478ebe3 /config
parent39d5fbab4aaf6c4728ba4b42ed818bb4652f4f68 (diff)
With multi_server_environment enable maintain won't send 503 as response (#18862)
* Update FrontController.php update multi_server_environment is set wont return 503 * Update FrontController.php update only response 503 * Update FrontController.php using GeneralConfig * Update global.ini.php append maintenance mode response code * Update global.ini.php update comments of multi_server_environment
Diffstat (limited to 'config')
-rwxr-xr-xconfig/global.ini.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/config/global.ini.php b/config/global.ini.php
index 4da5694f47..34dc50cf70 100755
--- a/config/global.ini.php
+++ b/config/global.ini.php
@@ -639,6 +639,7 @@ assume_secure_protocol = 0
; By enabling this flag we will for example not allow the installation of a plugin via the UI as a plugin would be only
; installed on one server or a config one change would be only made on one server instead of all servers.
; This flag doesn't need to be enabled when the config file is on a shared filesystem such as NFS or EFS.
+; When enabled, Matomo will return the response code 200 instead of 503 in maintenance mode.
multi_server_environment = 0
; List of proxy headers for client IP addresses