Fixed nginx 413 Request Entity Too Large error
作者:XD / 发表: 2020年5月9日 17:06 / 更新: 2020年5月9日 17:07 / 编程笔记 / 阅读量:1990
I was planning to upload my paper, but the size is more than 10MB. Nginx blocked the process with default settings. So I add this line in file /etc/nginx/conf.d/blog.conf
client_max_body_size 8000M;
相关标签