用Nginx做为代理服务器, 后端为 apache2. 设置允许上传最大为100M的文件. 1. Nginx配置: http { …… client_max_body_size 100m; …… } 2. PHP 配置文件 …… ; Maximum execution time of each scr ipt, in seconds ; http://php.net/max-execution-time ; Note: This directive is hardcoded to 0 for t