// 创建bat文件
    echo “=======关闭nginx============”
    taskkill /f /t /im nginx.exe

    .\nginx -s reload