Skip to content

Commit

Permalink
Merge pull request #125 from jurumarble/dev
Browse files Browse the repository at this point in the history
feat: Nginx 클라이언트 요청 파일 최대 크기 변경
  • Loading branch information
alsduq1117 authored Oct 26, 2023
2 parents 0dc1289 + 12032bf commit 29fcf29
Showing 1 changed file with 1 addition and 16 deletions.
17 changes: 1 addition & 16 deletions .platform/nginx/conf.d/elasticbeanstalk/proxy.conf
Original file line number Diff line number Diff line change
@@ -1,16 +1 @@
server {
listen 80 default_server;
access_log /var/log/nginx/access.log main;

client_max_body_size 20M;

client_header_timeout 60;
client_body_timeout 60;
keepalive_timeout 60;
gzip off;
gzip_comp_level 4;
gzip_types text/plain text/css application/json application/javascript application/x-javascript text/xml application/xml application/xml+rss text/javascript;

# Include the Elastic Beanstalk generated locations
include /etc/nginx/conf.d/elasticbeanstalk/*.conf;
}
client_max_body_size 20M;

0 comments on commit 29fcf29

Please sign in to comment.