mirror of
https://github.com/materusPL/nixos-config
synced 2025-07-04 13:54:24 +02:00
waffentrager: nextcloud php settings
This commit is contained in:
parent
382504ee53
commit
f141ffaf89
@ -49,6 +49,10 @@
|
||||
|
||||
phpOptions = {
|
||||
"opcache.interned_strings_buffer" = "10";
|
||||
"opcache.jit" = "1255";
|
||||
"opcache.jit_buffer_size" = "128M";
|
||||
"opcache.revalidate_freq" = "60";
|
||||
"opcache.save_comments" = "1";
|
||||
};
|
||||
};
|
||||
services.nginx.virtualHosts.${config.services.nextcloud.hostName} = {
|
||||
|
Loading…
x
Reference in New Issue
Block a user