linux下yum安裝最新穩定版nginx


摘抄nginx官網文檔

URL:http://nginx.org/en/linux_packages.html#stable

To set up the yum repository for RHEL/CentOS, create the file named /etc/yum.repos.d/nginx.repo with the following contents:

[nginx]
name=nginx repo
baseurl=http://nginx.org/packages/centos/7/$basearch/
gpgcheck=0
enabled=1

Replace “OS” with “rhel” or “centos”, depending on the distribution used, and “OSRELEASE” with “6” or “7”, for 6.x or 7.x versions, respectively.

執行如下命令進行yum安裝nginx

yum install nginx

查看nginx版本

# 查看nginx版本
nginx -v

# 查看編譯參數
nginx -V

 查看安裝目錄

 rpm -ql nginx

查看配置文件

# 用於日志切割
/etc/logrotate.d/nginx

 

 
 
 


免責聲明!

本站轉載的文章為個人學習借鑒使用,本站對版權不負任何法律責任。如果侵犯了您的隱私權益,請聯系本站郵箱yoyou2525@163.com刪除。



 
粵ICP備18138465號   © 2018-2025 CODEPRJ.COM