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…
Reference in New Issue