mirror of
https://github.com/nginx-proxy/docker-letsencrypt-nginx-proxy-companion
synced 2024-11-26 13:03:52 +01:00
fix: reload nginx on each created or renewed cert
This commit is contained in:
parent
3bc3791d3e
commit
8c27be14b6
@ -479,6 +479,9 @@ function update_cert {
|
|||||||
fi
|
fi
|
||||||
done
|
done
|
||||||
|
|
||||||
|
if ! parse_true "${RELOAD_NGINX_ONLY_ONCE:-false}" && parse_true $should_reload_nginx; then
|
||||||
|
reload_nginx
|
||||||
|
fi
|
||||||
}
|
}
|
||||||
|
|
||||||
function update_certs {
|
function update_certs {
|
||||||
|
Loading…
Reference in New Issue
Block a user