Remove apache to avoid conflicts

This commit is contained in:
Bob Mottram 2014-09-13 16:06:23 +01:00
parent 394dbeb5d7
commit 8e53558003
1 changed files with 2 additions and 1 deletions

View File

@ -2484,9 +2484,10 @@ Here cron is used so that if we stop one of the relevant processes and then rest
-- Tim Berners-Lee
#+END_VERSE
First install nginx and some scripts for easily enabling and disabling the web sites which we will create.
First remove any existing web server installation and then install nginx together with some scripts for easily enabling and disabling the web sites which we will create.
#+BEGIN_SRC: bash
apt-get remove --purge apache2
apt-get install nginx php5-fpm git
cd ~/build
git clone https://github.com/perusio/nginx_ensite