mirror of
https://github.com/nextcloud/documentation.git
synced 2026-01-02 17:59:36 +07:00
Merge pull request #530 from isaackwan/isaackwan-patch-1
Config file is located in `config/config.php`, not `core/config/config.php`
This commit is contained in:
@@ -83,7 +83,7 @@ Enabling debug mode
|
||||
|
||||
.. note:: Do not enable this for production! This can create security problems and is only meant for debugging and development!
|
||||
|
||||
To disable JavaScript and CSS caching debugging has to be enabled by setting ``debug`` to ``true`` in :file:`core/config/config.php`::
|
||||
To disable JavaScript and CSS caching debugging has to be enabled by setting ``debug`` to ``true`` in :file:`config/config.php`::
|
||||
|
||||
<?php
|
||||
$CONFIG = array (
|
||||
|
||||
Reference in New Issue
Block a user