English | 简体中文
- 执行脚本需要管理员权限
- nssm:https://nssm.cc/
- nginx for windows: http://nginx.org/en/download.html
- 下载nssm到当前目录(文件名必须为:nssm.exe)
- 下载Nginx到当前目录(目录名必须为:nginx-bin)
- Clone或下载仓库:
git clone https://github.com/youuycom/nginx-service.git
或 nginx-service.zip - 安装Nginx服务:
install-nginx-service.bat
- 卸载Nginx服务:
uninstall-nginx-service.bat
- 重启Nginx服务:
restart-nginx-service.bat
- 停止Nginx服务:
stop-nginx-service.bat
~/nginx-service
│ install-nginx-service.bat
│ nssm.exe
│ README.md
│ README_CN.md
│ restart-nginx-service.bat
│ stop-nginx-service.bat
│ uninstall-nginx-service.bat
│
└───nginx-bin
│ nginx.exe
│
├───conf
├───contrib
├───docs
├───html
├───logs
└───temp