Fix ownership of webRoot to allow uploads

This commit is contained in:
Ric Harvey
2016-06-23 14:09:34 +01:00
parent 31b05ec7e9
commit 64a8904aa6

View File

@@ -29,6 +29,7 @@ if [ ! -z "$GIT_REPO" ]; then
else
git clone $GIT_REPO /var/www/html/
fi
chown -Rf nginx.nginx /var/www/html
fi
# Display PHP error's or not