1)首先打开配置文件
vim /etc/nginx/nginx.conf
2)在http{}里面添加下面配置
# set client body size to 2M #
client_max_body_size 512M;
3)重启nginx
sudo systemctl restart nginx
这样就可以正常上传小于512M的文件了。
本作品采用知识共享署名-相同方式共享 4.0 国际许可协议进行许可。
vim /etc/nginx/nginx.conf
# set client body size to 2M #
client_max_body_size 512M;
sudo systemctl restart nginx
这样就可以正常上传小于512M的文件了。
本作品采用知识共享署名-相同方式共享 4.0 国际许可协议进行许可。
暂无评论
要发表评论,您必须先 登录