diff --git a/certbot/files/hooks/haproxy.sh b/certbot/files/hooks/haproxy.sh index 63ef6990..8bb66e2c 100644 --- a/certbot/files/hooks/haproxy.sh +++ b/certbot/files/hooks/haproxy.sh @@ -53,7 +53,7 @@ main() { if config_check; then debug "HAProxy detected... reloading" - systemctl reload apache2 + systemctl reload haproxy else error "HAProxy config is broken, you must fix it !" fi