@@ -524,7 +524,8 @@ function install_web_server {
rm -rf /etc/apache2
fi
# install nginx
- apt-get -yq install nginx php5-fpm git
+ apt-get -yq install nginx
+ apt-get -yq install php5-fpm git
# Turn off logs by default
sed -i 's|access_log.*|access_log = /dev/null;|g' /etc/nginx/nginx.conf