Skip to content

Commit 8c27be1

Browse files
committed
fix: reload nginx on each created or renewed cert
1 parent 3bc3791 commit 8c27be1

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

app/letsencrypt_service

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -479,6 +479,9 @@ function update_cert {
479479
fi
480480
done
481481

482+
if ! parse_true "${RELOAD_NGINX_ONLY_ONCE:-false}" && parse_true $should_reload_nginx; then
483+
reload_nginx
484+
fi
482485
}
483486

484487
function update_certs {

0 commit comments

Comments
 (0)