Skip to content

Commit

Permalink
📝 : nginx 파일 사이즈 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
imenuuu committed Jan 31, 2024
1 parent 34e767d commit 44ec03e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .platform/nginx/nginx.conf
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ http {

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

client_max_body_size 10m;
client_max_body_size 100m;
client_header_timeout 60;
client_body_timeout 60;
keepalive_timeout 60;
Expand Down
2 changes: 1 addition & 1 deletion Match-Api/src/main/resources/application.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ spring:
localDev: localDev, domain-localDev
servlet:
multipart:
max-file-size: 30MB
max-file-size: 100MB
max-request-size: 300MB
mvc:
pathmatch:
Expand Down

0 comments on commit 44ec03e

Please sign in to comment.