fix: try enabling memcache for nextcloud
This commit is contained in:
@@ -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"
|
||||
|
@@ -184,6 +184,8 @@ in
|
||||
|
||||
phpOptions.display_errors = "Off";
|
||||
|
||||
configureRedis = true;
|
||||
|
||||
settings = {
|
||||
# further forces Nextcloud to use HTTPS
|
||||
overwriteprotocol = "https";
|
||||
|
Reference in New Issue
Block a user