From 0802682cd21630f9bf00771f6f68c9dcaf68b00c Mon Sep 17 00:00:00 2001 From: Nextcloud bot Date: Sat, 11 Jun 2022 04:25:58 +0000 Subject: [PATCH] generate documentation from config.sample.php --- .../config_sample_php_parameters.rst | 24 +++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/admin_manual/configuration_server/config_sample_php_parameters.rst b/admin_manual/configuration_server/config_sample_php_parameters.rst index e2b6314e5..771f2e6a7 100644 --- a/admin_manual/configuration_server/config_sample_php_parameters.rst +++ b/admin_manual/configuration_server/config_sample_php_parameters.rst @@ -1036,6 +1036,16 @@ Warning, 3 = Error, and 4 = Fatal. The default value is Warning. Defaults to ``2`` +:: + + 'loglevel_frontend' => 2, + +Loglevel used by the frontend to start logging at. The same values as +for ``loglevel`` can be used. If not set it defaults to the value +configured for ``loglevel`` or Warning if that is not set either. + +Defaults to ``2`` + :: 'syslog_tag' => 'Nextcloud', @@ -2083,6 +2093,20 @@ files outside the data directory and could be considered a security risk. Defaults to ``false`` +:: + + 'localstorage.umask' => 0022, + +Nextcloud overrides umask to ensure suitable access permissions +regardless of webserver/php-fpm configuration and worker state. + +WARNING: Modifying this value has security implications and +may soft-break the installation. + +Most installs shall not modify this value. + +Defaults to ``0022`` + :: 'quota_include_external_storage' => false,