Skip to content

Commit

Permalink
php values for upload
Browse files Browse the repository at this point in the history
  • Loading branch information
drscream committed Sep 25, 2014
1 parent 2bfd1de commit 552e34f
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion copy/opt/local/etc/fpm.d/pool-www.conf
Original file line number Diff line number Diff line change
Expand Up @@ -393,4 +393,7 @@ env[TEMP] = /var/tmp
php_flag[display_errors] = off
php_admin_value[error_log] = /var/log/fpm-php.www.log
php_admin_flag[log_errors] = on
php_admin_value[memory_limit] = 32M
php_admin_value[memory_limit] = 128M
php_admin_value[upload_tmp_dir] = /var/tmp
php_admin_value[upload_max_filesize] = 256M
php_admin_value[post_max_size] = 64M

0 comments on commit 552e34f

Please sign in to comment.