Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorRoeland Jago Douma <roeland@famdouma.nl>2016-07-15 21:14:11 +0300
committerRoeland Jago Douma <roeland@famdouma.nl>2016-07-15 21:14:11 +0300
commit72464f1ce49b16049e0c82aedf2f740b50ec1991 (patch)
tree9b54b530efba0852cd6857b1920821222d45f0b6 /config
parente577ef87280788b788f6c38daf8e38043bbfbc8c (diff)
Remove asset pipelin
Fixes #215 The asset pipeline has shown to do more harm than good. Some apps fail hard with it. Also it makes sure that you download a huge file on each unvisited page.
Diffstat (limited to 'config')
-rw-r--r--config/config.sample.php16
1 files changed, 0 insertions, 16 deletions
diff --git a/config/config.sample.php b/config/config.sample.php
index ed482e7c9a0..051e5422fe5 100644
--- a/config/config.sample.php
+++ b/config/config.sample.php
@@ -1169,22 +1169,6 @@ $CONFIG = array(
'part_file_in_storage' => true,
/**
- * 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.
- */
-'asset-pipeline.enabled' => false,
-
-/**
- * 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.
- */
-'assetdirectory' => '/var/www/nextcloud',
-
-/**
* Where ``mount.json`` file should be stored, defaults to ``data/mount.json``
* in the Nextcloud directory.
*/