set upload limits
This commit is contained in:
parent
ec956c1ca8
commit
757be61f59
6 changed files with 34 additions and 11 deletions
|
|
@ -1,4 +1,8 @@
|
|||
{
|
||||
nginxClientMaxBodySize = "6m";
|
||||
phpUploadLimit = "6M";
|
||||
phpOptions = ''
|
||||
upload_max_filesize = 6M
|
||||
post_max_size = 6M
|
||||
'';
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue