waffentrager: nextcloud php settings

This commit is contained in:
Mateusz Słodkowicz 2024-03-26 10:21:34 +01:00
parent 382504ee53
commit f141ffaf89
Signed by: materus
GPG Key ID: 28D140BCA60B4FD1
1 changed files with 4 additions and 0 deletions

View File

@ -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} = {