From e346253664f6cf2c21895803941fe43a04f9d255 Mon Sep 17 00:00:00 2001 From: Jonas Meurer Date: Tue, 7 Dec 2021 11:57:19 +0100 Subject: [PATCH] Update section on `config_is_read_only` to reflect its changed meaning This depends on https://github.com/nextcloud/server/pull/30130. Signed-off-by: Jonas Meurer --- .../config_sample_php_parameters.rst | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/admin_manual/configuration_server/config_sample_php_parameters.rst b/admin_manual/configuration_server/config_sample_php_parameters.rst index a83f98d3a44..b95e40505df 100644 --- a/admin_manual/configuration_server/config_sample_php_parameters.rst +++ b/admin_manual/configuration_server/config_sample_php_parameters.rst @@ -950,11 +950,11 @@ Defaults to ``true`` In certain environments it is desired to have a read-only configuration file. -When this switch is set to ``true`` Nextcloud will not verify whether the -configuration is writable. However, it will not be possible to configure -all options via the Web interface. Furthermore, when updating Nextcloud -it is required to make the configuration file writable again for the update -process. +When this switch is set to ``true``, writing to the configuration file will +be prevented. Therefore, it will not be possible to configure all options via +the Web interface. Furthermore, when updating Nextcloud it is required to make +the configuration file writable again for the update process and to set this +switch to ``false``. Defaults to ``false``