https://www.nginx.com/resources/wiki/start/topics/examples/full/
nginx reversing proxy
add
client_max_body_size 10m;
to http in nginx.conf
本文介绍如何配置 Nginx 作为反向代理服务器,并详细解释了如何设置 client_max_body_size 参数来限制客户端上传文件的最大大小。
https://www.nginx.com/resources/wiki/start/topics/examples/full/
nginx reversing proxy
add
client_max_body_size 10m;
to http in nginx.conf
1017

被折叠的 条评论
为什么被折叠?