Update ngxproxy

This commit is contained in:
Wonderfall 2016-05-30 15:19:16 +02:00
parent c62c45db31
commit 44c83f8bd7

View File

@ -21,7 +21,7 @@ while [ "$DOMAIN" == "" ]; do
fi fi
done done
read -p "Webroot (default is /) ": WEBROOT read -p "Webroot (default is /): " WEBROOT
if [ "$WEBROOT" == "" ]; then if [ "$WEBROOT" == "" ]; then
WEBROOT="/" WEBROOT="/"