We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dedba49 commit 79efb31Copy full SHA for 79efb31
scripts/start.sh
@@ -18,6 +18,8 @@ fi
18
# Set custom webroot
19
if [ ! -z "$WEBROOT" ]; then
20
sed -i "s#root /var/www/html;#root ${WEBROOT};#g" /etc/nginx/sites-available/default.conf
21
+else
22
+ webroot=/var/www/html
23
fi
24
25
# Setup git variables
0 commit comments