Dynamic nginx max request size

This commit is contained in:
Eldad Fux
2020-06-23 13:06:07 +03:00
parent 0abfa5e5fc
commit b42c99ea94
4 changed files with 4 additions and 4 deletions
@@ -16,7 +16,7 @@ http {
tcp_nodelay on;
keepalive_timeout 65;
types_hash_max_size 2048;
client_max_body_size 10M;
client_max_body_size %_APP_STORAGE_LIMIT%;
# server_names_hash_bucket_size 64;
# server_name_in_redirect off;