stop_nginx.bat 74 B

12345
  1. echo off
  2. cd %~dp0
  3. nginx.exe -s stop
  4. taskkill /im nginx.exe /F
  5. echo on