Skip to content
Snippets Groups Projects
Commit 14617a85 authored by Bob Mottram's avatar Bob Mottram
Browse files

Install nginx before npm

parent 8c28f491
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment