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:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user