From ce3a4eb5c73018bda7cbee23684d498d1129b55b Mon Sep 17 00:00:00 2001 From: gyurix Date: Wed, 29 Sep 2021 09:20:27 +0000 Subject: [PATCH] Missing path setting in haproxy config. --- scripts/config_haproxy_create.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/config_haproxy_create.sh b/scripts/config_haproxy_create.sh index 675c86f..afab09c 100755 --- a/scripts/config_haproxy_create.sh +++ b/scripts/config_haproxy_create.sh @@ -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"