mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-05 13:27:09 +02:00
13 lines
542 B
Diff
13 lines
542 B
Diff
diff -ruN a/plugins/files/config.php b/plugins/files/config.php
|
|
--- a/plugins/files/config.php 2024-03-06 11:00:28.653349922 +0100
|
|
+++ b/plugins/files/config.php 2024-03-06 11:01:01.823335725 +0100
|
|
@@ -28,7 +28,7 @@
|
|
* The directory where to save cache files for phpfastcache.
|
|
* This is a fallback setting, redis should be always available.
|
|
*/
|
|
-define('PLUGIN_FILES_CACHE_DIR', "/var/lib/grommunio-web/plugin_files");
|
|
+define('PLUGIN_FILES_CACHE_DIR', "/var/cache/grommunio-web/plugin_files");
|
|
|
|
/*
|
|
* Set the verbosity of the plugin.
|