安装nginx为windows服务
Posted hwang126
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了安装nginx为windows服务相关的知识,希望对你有一定的参考价值。
1. 下载windows service wrapper
- github上下载,地址https://github.com/kohsuke/winsw
- 百度网盘下载,地址百度网盘,密码是ewzm
2. 修改文件名
修改下载后的exe
文件和xml
文件名称,是什么名称并不重要,但是必须保证两个文件的名称一致
3. 修改配置文件
winsw的配置如下
<service>
<id>nginx</id>
<name>nginx</name>
<description>This service runs nginx continuous integration system.</description>
<executable>C:Applications
ginx-1.15.7
ginx.exe</executable>
<arguments>-jar "%BASE%optimize.api.jar"</arguments>
<logmode>rotate</logmode>
<logpath>C:Applications
ginx-1.15.7logs</logpath>
<startargument>-p C:Applications
ginx-1.15.7</startargument>
<stopargument>-p C:Applications
ginx-1.15.7 -s stop</stopargument>
</service>
4. 命令行使用说明
- 安装服务
winsw-1.9-bin.exe install
- 卸载服务
winsw-1.9-bin.exe uninstall
- 启动服务
winsw-1.9-bin.exe start
- 停止服务
winsw-1.9-bin.exe stop
以上是关于安装nginx为windows服务的主要内容,如果未能解决你的问题,请参考以下文章