client_max_body_size setting

This commit is contained in:
Sergey 'dreik' Kolesnik
2024-12-09 03:17:48 +03:00
parent b3de76c945
commit d8ca38cb26
12 changed files with 65 additions and 1 deletions

View File

@ -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;
}