- 执行配置编辑命令
vi /etc/nginx/nginx.conf
; - 编辑
nginx.conf
文件,在http{}
段中加入以下字段client_max_body_size 20m;
//20m 为允许最大上传的大小 - 保存并退出
:wq
- 重启 nginx 和 php
systemctl restart nginx.service
systemctl restart php-fpm.service
友情提示:本站所有文章,如无特殊说明或标注,均为何星星原创发布。与此同时,趋于近年来本站的文章内容频繁被他站盗用与机器采集,现已全局禁用网站文字内容操作,了解详情或转载文章请 点此 继续!
0 条评论