add WEB_BIND_ADDRESS param

Este commit está contenido en:
Simon Vieille 2019-09-12 12:57:49 +02:00
padre 9c2df7acbb
commit 2eff9c9912
Firmado por: deblan
ID de clave GPG: 03383D15A1D31745
Se han modificado 1 ficheros con 1 adiciones y 3 borrados

Ver fichero

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