mirror of
https://github.com/acmesh-official/acme.sh.git
synced 2026-01-09 16:42:10 +08:00
Update docs for behaviour of haproxy deploy reload command
@@ -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
|
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
|
```sh
|
||||||
export DEPLOY_HAPROXY_RELOAD="/usr/sbin/service haproxy restart"
|
export DEPLOY_HAPROXY_RELOAD="/usr/sbin/service haproxy restart"
|
||||||
|
|||||||
Reference in New Issue
Block a user