Commit 41abb7f
committed
fix: PHP post_max_size set higher than upload_max_filesize
The maximum size of file upload depends on both variables and
post_max_size should be set higher. 70M is appropriate because
upload_max_filesize is 64M and the 6M difference is the same as when the
values are at their defaults (2M and 8M).
see https://www.php.net/manual/en/ini.core.php#ini.post-max-size1 parent fc90691 commit 41abb7f
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
57 | 57 | | |
58 | 58 | | |
59 | 59 | | |
60 | | - | |
| 60 | + | |
61 | 61 | | |
62 | 62 | | |
63 | 63 | | |
| |||
0 commit comments