【问题标题】:Latest nginx source on debian wheezydebian wheezy 上最新的 nginx 源码
【发布时间】:2014-03-03 17:37:41
【问题描述】:

在教程中,我看到人们谈论添加一个 source.list 来获取最新的 nginx 版本。我为 debian 6 找到了这个:

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

谁能告诉我debain 7是什么?我似乎找不到它,我不确定它是否存在。

【问题讨论】:

    标签: linux nginx debian


    【解决方案1】:

    试试这个:

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

    因为 Debian 7 的名字是“Wheezy”。

    【讨论】:

      【解决方案2】:

      你可以

      1. http://hg.nginx.org/nginx/file/浏览开发源代码树

      2. 或通过hg clone http://hg.nginx.org/nginx将该存储库克隆到您的本地计算机

      【讨论】:

        猜你喜欢
        • 1970-01-01
        • 1970-01-01
        • 1970-01-01
        • 2014-07-17
        • 1970-01-01
        • 1970-01-01
        • 1970-01-01
        • 2016-02-10
        • 2013-11-30
        相关资源
        最近更新 更多