Skip to content

Commit

Permalink
Update: 파일 업로드 제한 100M로 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
seungheon123 committed Nov 14, 2023
1 parent 830e880 commit 722f9d3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions nginx/conf.d/nginx.conf
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,6 @@ server {
proxy_set_header X-Forwarded-Host $server_name;
proxy_set_header X-Real-IP $remote_addr;
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
client_max_body_size 100M;
}
}

0 comments on commit 722f9d3

Please sign in to comment.