mirror of
https://github.com/YunoHost-Apps/wordpress_ynh.git
synced 2024-09-03 20:36:10 +02:00
Increase the memory limit to 30M
memory_limit = 30M with upload_max_filesize so that upload could be possible. I was getting HTTP error while uploading 2 Mb files in media. This line fixes it.
This commit is contained in:
parent
6ae3028107
commit
cdd7e97593
1 changed files with 1 additions and 0 deletions
|
@ -1,3 +1,4 @@
|
||||||
upload_max_filesize=30M
|
upload_max_filesize=30M
|
||||||
|
memory_limit = 30M
|
||||||
post_max_size=30M
|
post_max_size=30M
|
||||||
; max_execution_time=60
|
; max_execution_time=60
|
||||||
|
|
Loading…
Add table
Reference in a new issue