Skip to content

Commit

Permalink
fix: nginx 설정 리로드 주기 1분으로 임시 설정
Browse files Browse the repository at this point in the history
  • Loading branch information
bflykky committed Jul 30, 2024
1 parent 375b496 commit 2ba0956
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ services:
command: [
"/bin/sh",
"-c",
"while :; do sleep 6h && wait $${!}; nginx -s reload; done & nginx -g 'daemon off;'"
"while :; do sleep 1m && wait $${!}; nginx -s reload; done & nginx -g 'daemon off;'"
]

redis:
Expand Down

0 comments on commit 2ba0956

Please sign in to comment.