d5v blog
首页
博客
友链
作品
关于
2023年4月7日
运维部署 · Nginx
详细介绍如何在 CentOS 上安装和配置 Nginx,包括安装步骤、服务管理和日志位置
‹ Hadoop 集群部署指南
ZooKeeper 集群部署指南 ›
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 # 查看状态
cd /var/log/nginx
© 2026 d5v blog. 版权所有.
X/Twitter
GitHub