mirror of
https://github.com/nextcloud/documentation.git
synced 2026-01-03 02:09:45 +07:00
generate documentation from config.sample.php
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user