美文网首页
nginx安装

nginx安装

作者: 若尘0328 | 来源:发表于2018-03-19 19:30 被阅读22次
    yum –y install gcc gcc-c++ autoconf automake pcre pcre-devel zlib zlib-devel openssl openssl-devel
    cd /usr/local
    wget  http://nginx.org/download/nginx-1.9.0.tar.gz
    tar -zxvf nginx-1.9.0.tar.gz
    cd nginx-1.9.0
    ./configure --prefix=/usr/local/nginx --with-http_ssl_module &&make &&make install
    

    相关文章

      网友评论

          本文标题:nginx安装

          本文链接:https://www.haomeiwen.com/subject/ymapqftx.html