浏览代码

Remove apache to avoid conflicts

Bob Mottram 10 年前
父节点
当前提交
8e53558003
共有 1 个文件被更改,包括 2 次插入1 次删除
  1. 2
    1
      beaglebone.txt

+ 2
- 1
beaglebone.txt 查看文件

@@ -2484,9 +2484,10 @@ Here cron is used so that if we stop one of the relevant processes and then rest
2484 2484
 -- Tim Berners-Lee
2485 2485
 #+END_VERSE
2486 2486
 
2487
-First install nginx and some scripts for easily enabling and disabling the web sites which we will create.
2487
+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.
2488 2488
 
2489 2489
 #+BEGIN_SRC: bash
2490
+apt-get remove --purge apache2
2490 2491
 apt-get install nginx php5-fpm git
2491 2492
 cd ~/build
2492 2493
 git clone https://github.com/perusio/nginx_ensite