#ngingx部分修改nginx.conf配置文件:nginx上傳文件大小配置,默認是1M修改成client_max_body_size 100M;php
#php部分修改php.ini配置文件:php上傳文件大小配置,默認是2M修改成upload_max_filesize 100M ;nginx