Update php.ini
adjust file upload sizes
This commit is contained in:
parent
b6b4c2fee7
commit
fae23cd6f9
1 changed files with 3 additions and 3 deletions
|
|
@ -18,9 +18,9 @@ log_errors=On
|
||||||
|
|
||||||
|
|
||||||
; increase size limits
|
; increase size limits
|
||||||
upload_max_filesize=512M
|
upload_max_filesize=1000M
|
||||||
post_max_size=512M
|
post_max_size=1000M
|
||||||
memory_limit = 512M
|
memory_limit=2000M
|
||||||
|
|
||||||
|
|
||||||
; best practices
|
; best practices
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue