zoukankan      html  css  js  c++  java
  • Centos 安装 nginx 特定版本

    CentOS 6.9/7通过yum安装指定版本的Nginx - EasonJim - 博客园
    https://www.cnblogs.com/EasonJim/p/9020896.html

    [root@crm_web_test soft]# wget http://nginx.org/packages/centos/6/x86_64/RPMS/nginx-1.10.2-1.el6.ngx.x86_64.rpm
    --2019-05-09 14:04:31--  http://nginx.org/packages/centos/6/x86_64/RPMS/nginx-1.10.2-1.el6.ngx.x86_64.rpm
    Resolving nginx.org... 95.211.80.227, 62.210.92.35, 2001:1af8:4060:a004:21::e3
    Connecting to nginx.org|95.211.80.227|:80... connected.
    HTTP request sent, awaiting response... 200 OK
    Length: 844528 (825K) [application/x-redhat-package-manager]
    Saving to: “nginx-1.10.2-1.el6.ngx.x86_64.rpm”
    
    100%[===================================================================================================================================================================================================>] 844,528     20.0K/s   in 38s
    
    2019-05-09 14:05:09 (21.6 KB/s) - “nginx-1.10.2-1.el6.ngx.x86_64.rpm” saved [844528/844528]
    
    [root@crm_web_test soft]# rpm -ivh nginx-1.10.2-1.el6.ngx.x86_64.rpm
    warning: nginx-1.10.2-1.el6.ngx.x86_64.rpm: Header V4 RSA/SHA1 Signature, key ID 7bd9bf62: NOKEY
    Preparing...                ########################################### [100%]
       1:nginx                  ########################################### [100%]
    ----------------------------------------------------------------------
    
    Thanks for using nginx!
    
    Please find the official documentation for nginx here:
    * http://nginx.org/en/docs/
    
    Commercial subscriptions for nginx are available on:
    * http://nginx.com/products/
    
    ----------------------------------------------------------------------
    
  • 相关阅读:
    Linux软件管理
    Linux计划任务与进程管理
    PHP学习 Day_04
    Linux网络管理
    单播组播的实现
    Linux 下的tmpfs文件系统(/dev/shm)
    11.Linux date命令的用法
    Luogu P3783 [SDOI2017]天才黑客
    Luogu P3768 简单的数学题
    Luogu P2336 [SCOI2012]喵星球上的点名
  • 原文地址:https://www.cnblogs.com/rgqancy/p/10838041.html
Copyright © 2011-2022 走看看