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.";
|
backupDescription = "All the files and other data stored in Nextcloud.";
|
||||||
systemdServices = [
|
systemdServices = [
|
||||||
"phpfpm-nextcloud.service"
|
"phpfpm-nextcloud.service"
|
||||||
|
"redis-nextcloud.service"
|
||||||
];
|
];
|
||||||
folders = [
|
folders = [
|
||||||
"/var/lib/nextcloud"
|
"/var/lib/nextcloud"
|
||||||
|
@@ -184,6 +184,8 @@ in
|
|||||||
|
|
||||||
phpOptions.display_errors = "Off";
|
phpOptions.display_errors = "Off";
|
||||||
|
|
||||||
|
configureRedis = true;
|
||||||
|
|
||||||
settings = {
|
settings = {
|
||||||
# further forces Nextcloud to use HTTPS
|
# further forces Nextcloud to use HTTPS
|
||||||
overwriteprotocol = "https";
|
overwriteprotocol = "https";
|
||||||
|
Reference in New Issue
Block a user