|  | @@ -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
 |