Compare commits
2 commits
6fd98b6c02
...
a54bedb6c7
Author | SHA1 | Date | |
---|---|---|---|
|
a54bedb6c7 | ||
|
b0b576e9fe |
1 changed files with 20 additions and 1 deletions
|
@ -46,6 +46,26 @@ in {
|
||||||
"pm.start_servers" = "6";
|
"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; };
|
notify_push = { enable = true; };
|
||||||
|
|
||||||
database.createLocally = true;
|
database.createLocally = true;
|
||||||
|
@ -61,7 +81,6 @@ in {
|
||||||
updatechecker = false;
|
updatechecker = false;
|
||||||
|
|
||||||
allow_local_remote_servers = true;
|
allow_local_remote_servers = true;
|
||||||
"opcache.interned_strings_buffer" = 32;
|
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue