diff --git a/deployhooks.md b/deployhooks.md index e85634b..c8cd46e 100644 --- a/deployhooks.md +++ b/deployhooks.md @@ -322,7 +322,7 @@ You must specify the path where you want the concatenated key and certificate ch export DEPLOY_HAPROXY_PEM_PATH=/etc/haproxy ``` -You may optionally define the command to reload HAProxy. The value shown below will be used as the default if you don't set this environment variable. +You may optionally define the command to reload HAProxy. If you don't set this environment variable, a no-op command (`true`) is used, which will show success, but _will not_ reload HAProxy. **It is strongly recommended to set this something that makes sense for your distro.** ```sh export DEPLOY_HAPROXY_RELOAD="/usr/sbin/service haproxy restart"