知识屋:更实用的电脑技术知识网站
所在位置:首页 > 操作系统 > linux

VPS服务器使用apt-get方式升级nginx(ubuntu/debian)

发布时间:2014-09-05 13:31:52作者:知识屋

打开 /etc/apt/sources.list 添加下面两行

Ubuntu :
deb http://nginx.org/packages/ubuntu/ lucid nginx
deb-src http://nginx.org/packages/ubuntu/ lucid nginx

debian:
deb http://nginx.org/packages/debian/ squeeze nginx
deb-src http://nginx.org/packages/debian/ squeeze nginx

更新包、安装nginx
apt-get update
apt-get install nginx

提示:

Configuration file `/etc/nginx/nginx.conf'
==> 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.
*** nginx.conf (Y/I/N/O/D/Z) [default=N] ?

这时输入N,保留之前的nginx.conf配置。

完成安装后,重启nginx
service nginx restart

完成更新,可以输入以下命令查看当前版本。
nginx -v

(免责声明:文章内容如涉及作品内容、版权和其它问题,请及时与我们联系,我们将在第一时间删除内容,文章内容仅供参考)
收藏
  • 人气文章
  • 最新文章
  • 下载排行榜
  • 热门排行榜