Skip to content

Commit

Permalink
fix: reload nginx on each created or renewed cert
Browse files Browse the repository at this point in the history
  • Loading branch information
buchdag committed Nov 23, 2024
1 parent c442dcf commit bd9de05
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions app/letsencrypt_service
Original file line number Diff line number Diff line change
Expand Up @@ -479,6 +479,9 @@ function update_cert {
fi
done

if ! parse_true "${RELOAD_NGINX_ONLY_ONCE:-false}" && parse_true $should_reload_nginx; then
reload_nginx
fi
}

function update_certs {
Expand Down

0 comments on commit bd9de05

Please sign in to comment.