Skip to content

Commit

Permalink
Chore : reload-nginx.config 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
hyeonda02 committed Sep 2, 2024
1 parent b426535 commit d92d4a0
Showing 1 changed file with 12 additions and 3 deletions.
15 changes: 12 additions & 3 deletions .ebextensions-dev/02-reload-nginx.config
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
commands:
reload_nginx:
command: "sudo service nginx reload"
files:
"/etc/nginx/conf.d/client_max_body_size.conf":
mode: "000644"
owner: root
group: root
content: |
client_max_body_size 20M;

container_commands:
01_restart_nginx:
command: "sudo systemctl restart nginx"

0 comments on commit d92d4a0

Please sign in to comment.