mirror of
https://github.com/NginxProxyManager/nginx-proxy-manager.git
synced 2025-07-07 02:09:38 +00:00
client_max_body_size setting
This commit is contained in:
@ -47,6 +47,8 @@ proxy_http_version 1.1;
|
||||
}
|
||||
{% endif %}
|
||||
|
||||
client_max_body_size {{ client_max_body_size }}m;
|
||||
|
||||
# Custom
|
||||
include /data/nginx/custom/server_proxy[.]conf;
|
||||
}
|
||||
|
Reference in New Issue
Block a user