update to nginx 1.11.10/versioning/composer fix closes #95

This commit is contained in:
Ric Harvey
2017-02-17 11:24:54 +00:00
parent 59e4b25182
commit cdfba3cfd0
6 changed files with 38 additions and 29 deletions

View File

@@ -59,7 +59,7 @@ fi
# Try auto install for composer
if [ -f "$WEBROOT/composer.lock" ]; then
php composer.phar install
php composer.phar install --no-dev
fi
# Enable custom nginx config files if they exist