Daily Archives: June 27, 2009

nginx php file upload limit

0
Filed under WEB-DEV-LOG
Tagged as

on FreeBSD
/usr/local/etc/php.ini
(default of 2M)
upload_max_filesize = 10M;
post_max_size = 20M

/usr/local/etc/nginx/
client_max_body_size 20m;
(default 1m)