lol
This commit is contained in:
parent
cd5e897cbb
commit
73d94dfa7b
1 changed files with 3 additions and 3 deletions
|
@ -38,9 +38,9 @@
|
|||
https = true;
|
||||
package = pkgs.nextcloud26;
|
||||
phpOptions = {
|
||||
"opcache.save_comments" = 1;
|
||||
"opcache.validate_timestamps" = 0;
|
||||
"opcache.jit" = 1255;
|
||||
"opcache.save_comments" = "1";
|
||||
"opcache.validate_timestamps" = "0";
|
||||
"opcache.jit" = "1255";
|
||||
"opcache.jit_buffer_size" = "128M";
|
||||
};
|
||||
poolSettings = {
|
||||
|
|
Loading…
Reference in a new issue