diff --git a/admin_manual/configuration_server/config_sample_php_parameters.rst b/admin_manual/configuration_server/config_sample_php_parameters.rst index 7e27d779c..414ef9f93 100644 --- a/admin_manual/configuration_server/config_sample_php_parameters.rst +++ b/admin_manual/configuration_server/config_sample_php_parameters.rst @@ -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',