CentOS7启动/重启/停止Nginx命令大全

CentOS7启动/重启/停止Nginx命令大全,码笔记分享:

Nginx启动/重启/停止

系统:CentOS 7下

  • 启动Nginx命令
  • 启动命令:systemctl start nginx

  • 重启Nginx命令
  • 重启命令:systemctl restart nginx

  • 停止Nginx命令
  • 停止命令:systemctl stop nginx

    相关阅读:

    CentOS7启动/重启/停止Apache命令大全
    CentOS7启动/重启/停止MySQL命令大全
    CentOS7启动/重启/停止php-fpm命令大全