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;
|
https = true;
|
||||||
package = pkgs.nextcloud26;
|
package = pkgs.nextcloud26;
|
||||||
phpOptions = {
|
phpOptions = {
|
||||||
"opcache.save_comments" = 1;
|
"opcache.save_comments" = "1";
|
||||||
"opcache.validate_timestamps" = 0;
|
"opcache.validate_timestamps" = "0";
|
||||||
"opcache.jit" = 1255;
|
"opcache.jit" = "1255";
|
||||||
"opcache.jit_buffer_size" = "128M";
|
"opcache.jit_buffer_size" = "128M";
|
||||||
};
|
};
|
||||||
poolSettings = {
|
poolSettings = {
|
||||||
|
|
Loading…
Reference in a new issue