Skip to content

Commit

Permalink
[#138] nginx max body size 변경(이미지 여러개 업로드 위해 최대 30MB로 변경)
Browse files Browse the repository at this point in the history
  • Loading branch information
earth-h committed Dec 18, 2021
1 parent b194332 commit 8b7c56a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .platform/nginx/nginx.conf
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ http {
keepalive_timeout 60;
gzip off;
gzip_comp_level 4;
client_max_body_size 30m;

# Include the Elastic Beanstalk generated locations
include conf.d/elasticbeanstalk/healthd.conf;
Expand Down

0 comments on commit 8b7c56a

Please sign in to comment.