1
0
mirror of https://github.com/hoellen/dockerfiles.git synced 2025-05-03 18:59:17 +00:00

Update ngxproxy

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

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