Fix permissions so PHP can write to dir

This commit is contained in:
Ric Harvey
2015-01-30 21:15:55 +00:00
parent 54c19709c3
commit 4987fab3e9

View File

@@ -12,6 +12,7 @@ if [ ! -z "$GIT_REPO" ]; then
else
git clone $GIT_REPO /usr/share/nginx/html/
fi
chown -Rf nginx.nginx /usr/share/nginx/*
fi
# Tweak nginx to match the workers to cpu's