php上传文件大小限制配置
2021-02-10 14:19
阅读:376
标签:返回 php 重启nginx ini files known 文件 line byte POST Content-Length of 8908752 bytes exceeds the limit of 8388608 bytes in Unknown on line 0 php上传文件大小限制配置 标签:返回 php 重启nginx ini files known 文件 line byte 原文地址:https://blog.51cto.com/13396187/2501792
Nginx返回 413 Request Entity Too Large错误解决方法
在http{} 添加: client_max_body_size 100m;
重启nginx
php.ini 配置:
post_max_size = 100M
upload_max_filesize = 100M
重启php服务
评论
亲,登录后才可以留言!