Skip to content

Commit

Permalink
fix: 이미지 용량 문제
Browse files Browse the repository at this point in the history
  • Loading branch information
AlmondBreez3 committed Feb 3, 2024
1 parent 001bbac commit cc83ac5
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions nginx/default.conf
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ server {

error_log /var/log/nginx/error.log;

http {
client_max_body_size 5M;
}

location /api {
proxy_pass http://server:8080;
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
Expand Down

0 comments on commit cc83ac5

Please sign in to comment.