Compare commits

..

No commits in common. "a54bedb6c7bce674f201ff4f587ecddb700e989e" and "6fd98b6c027717963175a5748fa6433e6c5caa02" have entirely different histories.

View file

@ -46,26 +46,6 @@ in {
"pm.start_servers" = "6";
};
phpOptions = {
short_open_tag = "Off";
expose_php = "Off";
error_reporting = "E_ALL & ~E_DEPRECATED & ~E_STRICT";
display_errors = "stderr";
"opcache.enable_cli" = "1";
"opcache.interned_strings_buffer" = "32";
"opcache.max_accelerated_files" = "10000";
"opcache.memory_consumption" = "128";
"opcache.revalidate_freq" = "1";
"opcache.fast_shutdown" = "1";
"openssl.cafile" = "/etc/ssl/certs/ca-certificates.crt";
catch_workers_output = "yes";
};
systemd.services.nextcloud-preview = {
script = "nextcloud-occ preview:pre-generate -vvv";
startAt = "*-*-* 01:00:00 UTC";
};
notify_push = { enable = true; };
database.createLocally = true;
@ -81,6 +61,7 @@ in {
updatechecker = false;
allow_local_remote_servers = true;
"opcache.interned_strings_buffer" = 32;
};
};