mirror of
https://github.com/nextcloud/documentation.git
synced 2026-01-02 17:59:36 +07:00
generate documentation from config.sample.php
This commit is contained in:
@@ -758,6 +758,19 @@ which verifies that it can't be accessed directly through the Web server.
|
||||
|
||||
Defaults to ``true``
|
||||
|
||||
::
|
||||
|
||||
'check_data_directory_permissions' => true,
|
||||
|
||||
In rare setups (e.g. on Openshift or docker on windows) the permissions check
|
||||
might block the installation while the underlying system offers no means to
|
||||
"correct" the permissions. In this case, set the value to false.
|
||||
|
||||
In regular cases, if issues with permissions are encountered they should be
|
||||
adjusted accordingly. Changing the flag is discouraged.
|
||||
|
||||
Defaults to ``true``
|
||||
|
||||
::
|
||||
|
||||
'config_is_read_only' => false,
|
||||
|
||||
Reference in New Issue
Block a user