Missing path setting in haproxy config.

This commit is contained in:
2021-09-29 09:20:27 +00:00
parent 36cd8c3d3a
commit ce3a4eb5c7

View File

@@ -7,7 +7,7 @@ DATE=`date +%F-%H-%M-%S`
DOMAIN_DIR=$DOMAIN_DIR
PROXY_CONFIG_DIR=$PROXY_CONFIG_DIR
cd /scripts
cd $DOMAIN_DIR
file="$PROXY_DIR/haproxy.cfg"
global_http="/scripts/global_http"