在windows下用winsw把nginx当成服务运行

1. 下载winsw 

https://github.com/kohsuke/winsw/releases


2. 配置winsw.xml,把winsw放在nginx同一目录


  nginx
  nginx
  nginx
  %BASE%/nginx.exe
  %BASE%/nginx.exe -s stop
  %BASE%/logs/
  roll
  
3.安装,以管理员身份启动cmd

  winsw install

  winsw uninstall //卸载

4.启动、关闭服务

  net start nginx

  net stop nginx

你可能感兴趣的:(nginx)