mirror of
https://github.com/standardebooks/web.git
synced 2025-07-20 05:14:48 -04:00
Increase max file upload size in artwork DB
This commit is contained in:
parent
fd4b122e9f
commit
219247e16d
3 changed files with 5 additions and 5 deletions
|
@ -10,8 +10,8 @@ allow_url_fopen = false
|
|||
allow_url_include = false
|
||||
expose_php = Off
|
||||
|
||||
post_max_size = 64M
|
||||
upload_max_filesize = 32M
|
||||
post_max_size = 96M
|
||||
upload_max_filesize = 96M
|
||||
|
||||
[Date]
|
||||
date.timezone = Etc/UTC
|
||||
|
|
|
@ -7,8 +7,8 @@ allow_url_fopen = false
|
|||
allow_url_include = false
|
||||
expose_php = Off
|
||||
|
||||
post_max_size = 64M
|
||||
upload_max_filesize = 32M
|
||||
post_max_size = 96M
|
||||
upload_max_filesize = 96M
|
||||
|
||||
[Date]
|
||||
date.timezone = Etc/UTC
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue