add WEB_BIND_ADDRESS param

This commit is contained in:
Simon Vieille 2019-09-12 12:57:49 +02:00
parent 9c2df7acbb
commit 2eff9c9912
Signed by: deblan
GPG Key ID: 03383D15A1D31745
1 changed files with 1 additions and 3 deletions

View File

@ -137,9 +137,7 @@ if [ "$WEB_HTTP" = "yes" ]; then
VHOST_FILE_SA="$APACHE_VHOST_SITES_AVAILABLE_PATH/${DOMAIN}.${WEB_HTTP_PORT}.conf"
VHOST_FILE_SE="$APACHE_VHOST_SITES_ENABLED_PATH/${DOMAIN}.${WEB_HTTP_PORT}.conf"
#PORT=$WEB_HTTP_PORT template vhost-http > "$VHOST_FILE_SA"
PORT=$WEB_HTTP_PORT template vhost-http
exit
PORT=$WEB_HTTP_PORT template vhost-http > "$VHOST_FILE_SA"
ln -rs "$VHOST_FILE_SA" "$VHOST_FILE_SE"
fi