Skip to content

Commit

Permalink
refactor: deploy 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
xxoznge committed Oct 2, 2024
1 parent 6f7cbe3 commit 1b06350
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 3 additions & 0 deletions .platform/nginx.conf
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,9 @@ http {

location / {
proxy_pass http://springboot;
proxy_buffering off;
proxy_read_timeout 300;
proxy_send_timeout 300;
# CORS 관련 헤더 추가
add_header 'Access-Control-Allow-Origin' '*';
add_header 'Access-Control-Allow-Methods' 'GET, POST, PUT, DELETE, OPTIONS';
Expand Down
2 changes: 0 additions & 2 deletions src/main/resources/application.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,3 @@ spring:
multipart:
max-file-size: 100MB
max-request-size: 100MB


0 comments on commit 1b06350

Please sign in to comment.