摘抄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:
1 | [nginx] |
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
1 | yum install nginx |
查看nginx版本
1 | # 查看nginx版本 |
查看安装目录
1 | rpm -ql nginx |
查看配置文件
1 | # 用于日志切割 |