From 8e53558003730564f0defbee70b842d0ece975d9 Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Sat, 13 Sep 2014 16:06:23 +0100 Subject: [PATCH] Remove apache to avoid conflicts --- beaglebone.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/beaglebone.txt b/beaglebone.txt index 003e58dc..21c473cc 100644 --- a/beaglebone.txt +++ b/beaglebone.txt @@ -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