generate documentation from config.sample.php

This commit is contained in:
Morris Jobke
2016-07-19 03:35:15 +02:00
parent 5cc1712808
commit 2316ff2c03

View File

@@ -1343,25 +1343,6 @@ same storage as the upload target. Setting this to false will store the part
files in the root of the users folder which might be required to work with certain
external storage setups that have limited rename capabilities.
::
'asset-pipeline.enabled' => false,
All css and js files will be served by the Web server statically in one js
file and one css file if this is set to ``true``. This improves performance.
::
'assetdirectory' => '/var/www/nextcloud',
The parent of the directory where css and js assets will be stored if
pipelining is enabled; this defaults to the Nextcloud directory. The assets
will be stored in a subdirectory of this directory named 'assets'. The
server *must* be configured to serve that directory as $WEBROOT/assets.
You will only likely need to change this if the main Nextcloud directory
is not writeable by the Web server in your configuration.
::
'mount_file' => '/var/www/nextcloud/data/mount.json',