Set lower client_max_body_size

This can be overwritten by setting additional rules in NGINX_ADDITIONAL_SERVER_RULES
pull/4014/head
Cyril Rohr 9 years ago
parent bc35f1ea58
commit d1d9c56bc0
  1. 2
      docker/nginx.conf.erb

@ -102,7 +102,7 @@ http {
default_type application/octet-stream;
types_hash_max_size 2048;
server_names_hash_bucket_size 64;
client_max_body_size 1024m;
client_max_body_size 20m;
access_log off;
keepalive_timeout 60;
underscores_in_headers on;

Loading…
Cancel
Save