fix issue with document root

This commit is contained in:
Simon Vieille 2019-08-01 10:46:14 +02:00
parent e16865ca1d
commit 27584a6f04
Signed by: deblan
GPG Key ID: 03383D15A1D31745
1 changed files with 2 additions and 1 deletions

View File

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