Ubuntu 14.04 安装最新版Nginx

Ubuntu14.04默认安装的是Nginx 1.4.6

如果已经安装,请先卸载
sudo apt-get remove nginx
安装方法:

sudo apt-get install software-properties-common
sudo add-apt-repository ppa:nginx/stable 
sudo apt-get update
sudo apt-get install nginx

查看nginx 版本

nginx -v
nginx version: nginx/1.12.0

你可能感兴趣的:(ubuntu,linux)