Skip to content

Commit

Permalink
Merge pull request #99 from Triumers/hotfix
Browse files Browse the repository at this point in the history
[Fix] nginx 용량 수정
  • Loading branch information
Leegiyeon authored Jun 13, 2024
2 parents 9cc907a + 19aaa1d commit 0146b80
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions ebextensions/01_nginx.config
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
files:
"/etc/nginx/conf.d/proxy.conf":
mode: "000644"
owner: "root"
group: "root"
content: |
client_max_body_size 100M;

0 comments on commit 0146b80

Please sign in to comment.