Explicit path and backup instruction

For me personally, it took some time to figure out where to make these changes, I wish a line explicitly point out where and how to make those changes. I hope this commit does that.

Signed-off-by: pravynandas <pravynandas@users.noreply.github.com>
This commit is contained in:
pravynandas 2022-12-13 10:07:00 -05:00 committed by backportbot-nextcloud[bot]
parent fe3590e59f
commit 5d10a44edd

View File

@ -30,6 +30,8 @@ Please notice that the Nextcloud preview system comes already with sensible
defaults, and therefore it is usually unnecessary to adjust those configuration
values.
Buf deemed necessary, following changes has be made in ``config/config.php`` file. As a best practice, take a backup of this config file before making a lot of changes.
Disabling previews:
^^^^^^^^^^^^^^^^^^^
@ -39,7 +41,7 @@ Note that if you do this all previews in all apps are disabled, including
the Gallery app, and will display generic icons instead of
thumbnails.
Set the configuration option ``enable_previews`` in config.php to ``false``:
Set the configuration option ``enable_previews`` to ``false``:
::