Update docs for behaviour of haproxy deploy reload command

Sam Edwards 2024-05-31 14:28:43 -07:00
parent b5f4f48027
commit 2deda550cf

@ -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"