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

use purge to get rid of apache

parent beae591a
# HTTP: Turn on a web server serving static files
#################################################
apt-get remove -q -y apache2
# Remove Apache before installing Nginx. Apache may leave
# some unwanted configuration files around (e.g. a ufw
# application config), so purge the packages.
apt-get purge -q -y apache2 apache2.2-common
apt-get install -q -y nginx php5-cgi
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