1. 查看进程     tasklist /fi "imagename eq nginx.exe"

 

2.杀进程   taskkill /f /pid 16900 /pid 19012

 

3.重载配置  nginx.exe -s reload  需要在nginx文件夹内

相关文章:

  • 2022-12-23
  • 2021-09-22
  • 2022-01-21
  • 2021-09-22
  • 2022-12-23
  • 2021-09-18
  • 2021-11-26
  • 2022-12-23
猜你喜欢
  • 2021-10-21
  • 2022-12-23
  • 2021-12-04
  • 2022-01-03
  • 2022-01-03
  • 2022-03-04
  • 2022-01-31
相关资源
相似解决方案