mirror of
https://git.feal.no/felixalb/nixos-config.git
synced 2025-10-06 04:53:57 +02:00
voyager: increase nextcloud upload size
This commit is contained in:
@@ -22,12 +22,12 @@ in {
|
|||||||
defaultPhoneRegion = "NO";
|
defaultPhoneRegion = "NO";
|
||||||
};
|
};
|
||||||
|
|
||||||
# phpOptions = {
|
phpOptions = {
|
||||||
# "opcache.interned_strings_buffer" = "16";
|
"opcache.interned_strings_buffer" = "16";
|
||||||
# "upload_max_filesize" = "4G";
|
"upload_max_filesize" = lib.mkForce "8G";
|
||||||
# "post_max_size" = "4G";
|
"post_max_size" = lib.mkForce "8G";
|
||||||
# "memory_limit" = "4G";
|
"memory_limit" = lib.mkForce "8G";
|
||||||
# };
|
};
|
||||||
|
|
||||||
poolSettings = {
|
poolSettings = {
|
||||||
"pm" = "ondemand";
|
"pm" = "ondemand";
|
||||||
|
Reference in New Issue
Block a user