https://nginx.org/en/docs/http/ngx_http_core_module.html#client_max_body_size
server{
...
client_max_body_size 20m;
...
}
Context: http, server, location
参考文献
nginx 更改配置 client_max_body_size 没有生效
https://nginx.org/en/docs/http/ngx_http_core_module.html#client_max_body_size
server{
...
client_max_body_size 20m;
...
}
Context: http, server, location
nginx 更改配置 client_max_body_size 没有生效