nginx - 常用命令

注意

  • 此文档基于 CentOS 6.8系统编写,其他请自测
  • 账号使用root身份的用户

命令

  • 查看nginx 版本
nginx -v
  • 查看nginx状态
service nginx status
  • 启动nginx服务
service nginx start
  • 停止nginx服务
service nginx stop
  • 重启nginx服务
service nginx restart

你可能感兴趣的:(nginx - 常用命令)