update upload size
This commit is contained in:
@@ -26,7 +26,7 @@ in
|
|||||||
forceSSL = useHttps;
|
forceSSL = useHttps;
|
||||||
enableACME = useHttps;
|
enableACME = useHttps;
|
||||||
locations."~ \\.php(?:$|/)".extraConfig = ''
|
locations."~ \\.php(?:$|/)".extraConfig = ''
|
||||||
client_max_body_size 5G;
|
client_max_body_size 20G;
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
@@ -57,8 +57,8 @@ in
|
|||||||
};
|
};
|
||||||
|
|
||||||
phpOptions = {
|
phpOptions = {
|
||||||
upload_max_filesize = lib.mkForce "5G";
|
upload_max_filesize = lib.mkForce "20G";
|
||||||
post_max_size = lib.mkForce "5G";
|
post_max_size = lib.mkForce "20G";
|
||||||
};
|
};
|
||||||
extraAppsEnable = true;
|
extraAppsEnable = true;
|
||||||
extraOptions.enabledPreviewProviders = [
|
extraOptions.enabledPreviewProviders = [
|
||||||
|
|||||||
Reference in New Issue
Block a user