Browse Source

Merge pull request #27 from anmol26s/patch-1

Increase the memory limit to 30M
pull/32/head
Maniack Crudelis 9 years ago
committed by GitHub
parent
commit
2a6c4f8439
  1. 1
      conf/php-fpm.ini

1
conf/php-fpm.ini

@ -1,3 +1,4 @@
upload_max_filesize=30M
memory_limit = 30M
post_max_size=30M
; max_execution_time=60
Loading…
Cancel
Save