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:
authorNina Pypchenko <22447785+nina-py@users.noreply.github.com>2020-12-15 12:14:16 +0300
committerGitHub <noreply@github.com>2020-12-15 12:14:16 +0300
commit89c0dc2186337033bf060253dd08d42a285e0c6a (patch)
treea3955c586fc3a80f75489f2abeb7145a71df9ef6 /config
parentd83cd29e93d4adeaad1b844007168be3bebe0222 (diff)
multi_server_environment setting now disallows config edits from Web UI (#16760)
* multi_server_environment setting now disallows config edits from Web UI Turning the multi_server_environment setting on now hides the following settings from the Administration -> Settings -> General settings page: - Archiving settings - Email server - Trusted Matomo hostname - Update settings ...so that users cannot set these separately on different instances of Matomo. Fixes #14390. * Added a note for multi_server_environment setting about shared filesystems * - multi_server_environment now only hides email server settings from the general settings page. - Only making the release channel not writable in CoreUpdater->SystemSettings, and leaving the other settings as before. * Update UI test Updated UIIntegrationTest_admin_diagnostics_configfile.png - with Git LFS this time around.
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 6cbfd855a9..e741746663 100755
--- a/config/global.ini.php
+++ b/config/global.ini.php
@@ -569,6 +569,7 @@ assume_secure_protocol = 0
; load balanced environment, if you have configured failover or if you're just using multiple servers in general.
; 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.
multi_server_environment = 0
; List of proxy headers for client IP addresses