diff --git a/.platform/nginx.conf b/.platform/nginx.conf index 471a08e..03c0445 100644 --- a/.platform/nginx.conf +++ b/.platform/nginx.conf @@ -56,6 +56,7 @@ http { keepalive_timeout 60; gzip off; gzip_comp_level 4; + client_max_body_size 20M; # Include the Elastic Beanstalk generated locations include conf.d/elasticbeanstalk/healthd.conf;