1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/wordpress_ynh.git synced 2024-09-03 20:36:10 +02:00
wordpress_ynh/conf/php-fpm.ini
anmol26s cdd7e97593 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.
2017-08-07 21:16:46 +05:30

4 lines
86 B
INI

upload_max_filesize=30M
memory_limit = 30M
post_max_size=30M
; max_execution_time=60