Commit 9dc665e7 authored by Joshua Tauberer's avatar Joshua Tauberer

remove apache before installing nginx --- it's not needed and will start...

remove apache before installing nginx --- it's not needed and will start complaining about the port being in use, or it might interfere with nginx
parent d5fe5bd2
# HTTP: Turn on a web server serving static files # HTTP: Turn on a web server serving static files
################################################# #################################################
apt-get install -q -y \ apt-get remove -q -y apache2
nginx apt-get install -q -y nginx
rm -f /etc/nginx/sites-enabled/default rm -f /etc/nginx/sites-enabled/default
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment