php經過頁面上傳文件報錯提示:
Nginx返回 413 Request Entity Too Large錯誤解決方法
在http{} 添加: client_max_body_size 100m;
重啓nginxphp
POST Content-Length of 8908752 bytes exceeds the limit of 8388608 bytes in Unknown on line 0
php.ini 配置:
post_max_size = 100M
upload_max_filesize = 100M
重啓php服務nginx