美文网首页
Centos7 安装nginx

Centos7 安装nginx

作者: 名字神马的都是浮云 | 来源:发表于2019-07-02 11:45 被阅读0次

# 安装ngixn

yum  install nginx

# 修改配置文件 默认在 /etc/nginx目录下

# 查看nginx状态

systemctl status nginx

# 启动nginx

systemctl start nginx

# 停止nginx

systemctl stop nginx

# 重启nginx

systemctl restart nginx

————————————————————————我是分割线———————————————————————————————

#重新加载

./nginx -s reload

#重启

./nginx -s reopen

 #停止

./nginx -s stop

#退出

./nginx -s quit

#测试配置是否有语法错误 

nginx -t  

相关文章

网友评论

      本文标题:Centos7 安装nginx

      本文链接:https://www.haomeiwen.com/subject/lprgtctx.html