nginx下php项目上传文件大小设置

需要修改php与nginx的配置。

php.ini:

post_max_size默认8M

upload_max_filesize默认2M

nginx.conf

server部分

client_max_body_size默认1M

相关推荐