Ubuntu 14.04 安装最新版Nginx

来源:互联网 发布:淘宝官方自营店正品吗 编辑:程序博客网 时间:2024/06/08 17:51

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