fix: try enabling memcache for nextcloud

This commit is contained in:
nhnn
2025-04-30 11:10:24 +03:00
parent 8e924d3aaf
commit 0075ebd35a
2 changed files with 3 additions and 0 deletions

View File

@@ -18,6 +18,7 @@
backupDescription = "All the files and other data stored in Nextcloud.";
systemdServices = [
"phpfpm-nextcloud.service"
"redis-nextcloud.service"
];
folders = [
"/var/lib/nextcloud"

View File

@@ -184,6 +184,8 @@ in
phpOptions.display_errors = "Off";
configureRedis = true;
settings = {
# further forces Nextcloud to use HTTPS
overwriteprotocol = "https";