fix issue with document root

Este commit está contenido en:
Simon Vieille 2019-08-01 10:46:14 +02:00
padre e16865ca1d
commit 27584a6f04
Firmado por: deblan
ID de clave GPG: 03383D15A1D31745
Se han modificado 1 ficheros con 2 adiciones y 1 borrados

Ver fichero

@ -47,7 +47,8 @@ fi
# WEB_HTTPS_GENERATE_CERTIFICATE="$(form_yes_no -t "$TITLE" -l "Retrieve certificate using LE")"
#fi
DOCUMENT_ROOT="$(form_input -t "$TITLE" -l "Document Root" -d "$WEB_ROOT_PATH/$DOMAIN/web")"
DOCUMENT_ROOT="$(form_input -t "$TITLE" -l "Document root\n$WEB_ROOT_PATH/$DOMAIN/" -d "web/")"
DOCUMENT_ROOT="$WEB_ROOT_PATH/$DOMAIN/$DOCUMENT_ROOT"
PHP_ENABLED="$(form_yes_no -t "$TITLE" -l "Support of PHP")"