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 57159ca commit 7aaafb6
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .platform/nginx.conf
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,7 @@ 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;
client_max_body_size 0;
}

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

0 comments on commit 7aaafb6

Please sign in to comment.