Force config?
This commit is contained in:
parent
7ed171ac0d
commit
24ddf9b431
|
@ -53,10 +53,11 @@
|
|||
mysql.utf8mb4 = true;
|
||||
};
|
||||
|
||||
phpOptions = {
|
||||
phpOptions = pkgs.lib.mkForce {
|
||||
"opcache.interned_strings_buffer" = "16";
|
||||
"upload_max_filesize" = "10G";
|
||||
"post_max_size" = "10G";
|
||||
"memory_limit" = "8G";
|
||||
};
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue