Skip to content

Commit

Permalink
feat: nginx 파일 용량 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
Arachneee committed Oct 15, 2024
1 parent 1bcff15 commit 6a3952a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/backend-prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -166,6 +166,7 @@ jobs:
proxy_set_header X-Real-IP \$remote_addr;
proxy_set_header X-Forwarded-For \$proxy_add_x_forwarded_for;
proxy_set_header X-Forwarded-Proto \$scheme;
client_max_body_size 300M;
}
}" > ./nginx-conf/default.conf
Expand All @@ -192,6 +193,7 @@ jobs:
proxy_set_header X-Real-IP \$remote_addr;
proxy_set_header X-Forwarded-For \$proxy_add_x_forwarded_for;
proxy_set_header X-Forwarded-Proto \$scheme;
client_max_body_size 300M;
}
}" > ./nginx-conf/default.conf
Expand Down

0 comments on commit 6a3952a

Please sign in to comment.