我正在尝试 NGINX 施加的上传限制......
我创建了一个 proxy.conf 文件,其中包含:
files:
"/etc/nginx/nginx.conf" :
mode: "000777"
owner: root
group: root
content: |
http {
client_max_body_size 50M;
}
在.platform/nginx/conf.d
文件夹结构中。
我部署了代码但一直收到错误:413 Request Entity Too Large