Skip to content

Commit

Permalink
refactor: nginx 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
xxoznge committed Oct 2, 2024
1 parent ffe11cf commit 57159ca
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .platform/nginx.conf
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ events {
}

http {
client_max_body_size 100M;
include /etc/nginx/mime.types;
default_type application/octet-stream;

Expand Down Expand Up @@ -48,6 +47,8 @@ http {
proxy_set_header Host $host;
proxy_set_header X-Real-IP $remote_addr;
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;

client_max_body_size 0;
}

access_log /var/log/nginx/access.log main;
Expand Down

0 comments on commit 57159ca

Please sign in to comment.