liuhongyu 发表于 2018-11-16 07:34:37

Nginx(一)安装

rpm -ivh http://nginx.org/packages/centos/6/noarch/RPMS/nginx-release-centos-6-0.el6.ngx.noarch.rpm  
yum info nginx
  
Loaded plugins: fastestmirror
  
Loading mirror speeds from cached hostfile
  
* base: mirrors.btte.net
  
* extras: mirrors.btte.net
  
* updates: ftp.jaist.ac.jp
  
Installed Packages
  
Name      : nginx
  
Arch      : x86_64
  
Version   : 1.6.0
  
Release   : 1.el6.ngx
  
Size      : 826 k
  
Repo      : installed
  
From repo   : nginx
  
Summary   : High performance web server
  
URL         : http://nginx.org/
  
License   : 2-clause BSD-like license
  
Description : nginx is an HTTP and reverse proxy server, as well as a mail proxy server.
  

  
yum install nginx
  
service nginx start


页: [1]
查看完整版本: Nginx(一)安装