2023年4月7日

Nginx 安装部署指南

运维部署 · Nginx

详细介绍如何在 CentOS 上安装和配置 Nginx,包括安装步骤、服务管理和日志位置

安装

yum install epel-release -y
yum install update
yum install nginx -y
yum install epel-release -y
yum install update
yum install nginx -y
yum install epel-release -y
yum install update
yum install nginx -y

配置服务启动

systemctl start nginx  # 开启
systemctl stop nginx  # 关闭

systemctl enable nginx  # 关闭自启动
systemctl disable nginx  # 关闭自启动

systemctl static nginx  # 查看状态
systemctl start nginx  # 开启
systemctl stop nginx  # 关闭

systemctl enable nginx  # 关闭自启动
systemctl disable nginx  # 关闭自启动

systemctl static nginx  # 查看状态
systemctl start nginx  # 开启
systemctl stop nginx  # 关闭

systemctl enable nginx  # 关闭自启动
systemctl disable nginx  # 关闭自启动

systemctl static nginx  # 查看状态

日志位置

cd /var/log/nginx
cd /var/log/nginx
cd /var/log/nginx



© 2026 d5v blog. 版权所有.

d5v blog

d5v blog