1
0
Fork 0
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:
anmol26s 2017-08-07 21:16:46 +05:30 committed by GitHub
parent 6ae3028107
commit cdd7e97593

View file

@ -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