1. # 刚安装 启动
    2. systemctl start nginx.service
    3. # 启动 重启 停止
    4. systemctl reload nginx
    5. # 输出配置文件
    6. nginx -t