新装的服务器,网站环境是LNMP,利用phpmyadmin导入data.sql时提示如下错误:
413 Request Entity Too Large
解决方案:
1)打开
/etc/nginx/conf/nginx.conf
2)查找
client_max_body_size 8m;
3)修改为
client_max_body_size 64m;
4)重启NGIXN服务
service nginx restart
原创文章,转载请注明: 转载自荣耀博客
本文链接地址: 413 Request Entity Too Large
本文链接地址: 413 Request Entity Too Large