Showing posts with label web server. Show all posts
Showing posts with label web server. Show all posts

Saturday, June 30, 2012

Upgrade NGINX server on Ubuntu

sudo service nginx stop
sudo add-apt-repository ppa:nginx/stable
sudo apt-get update  
sudo apt-get install nginx
Configuration file `/etc/nginx/sites-available/default'   ==> Modified (by you or by a script) since installation.   ==> Package distributor has shipped an updated version.     What would you like to do about it ?  Your options are:      Y or I  : install the package maintainer's version      N or O  : keep your currently-installed version        D     : show the differences between the versions        Z     : background this process to examine the situation   The default action is to keep your current version.  *** default (Y/I/N/O/D/Z) [default=N] ?
Choose Option = N
 reboot