赵走x博客
网站访问量:151560
首页
书籍
软件
工具
古诗词
搜索
登录
5、nginx中的超时设置,请求超时、响应等待超时等
4、上传文件报413 Request Entity Too Large错误解决办法
3、mac安装nginx
2、免费的SSL语HTTPS部署流程
1、解决 nginx 出现 413 Request Entity Too Large 的问题
1、解决 nginx 出现 413 Request Entity Too Large 的问题
资源编号:76341
微服务
nginx实用技巧
热度:101
来自:https://www.cnblogs.com/zhuiluoyu/p/9872308.html
``` /etc/nginx/conf.d/myblog.conf ``` 加入: ``` client_max_body_size 20m; ``` 重启nginx: ``` service nginx reload ```