下载了一个nginx 版本1.24.0
安装为服务,然后启动不了。
下面是正确的方法:
1、下载WinSW.Net4.exe https://github.com/winsw/winsw/releases
下载的是画框的exe,64位
2、将 WinSW.NET4.exe
复制到 nginx-1.24.0
目录中,修改文件名称为 nginxservice.exe
。
3、nginx-1.24.0
目录,新建一个 nginxservice.xml
的空文件,nginxservice.xml
的内容:
<service> <id>nginx</id> <name>nginx</name> <description>nginx</description> <logpath>D:\sys\nginx\nginx-1.24.0</logpath> <logmode>roll</logmode> <depend></depend> <executable>D:\sys\nginx\nginx-1.24.0\nginx.exe</executable> <stopexecutable>D:\sys\nginx\nginx-1.24.0\nginx.exe -s stop</stopexecutable> </service>
4、以管理员的身份运行cmd, 然后输入 nginxservice.exe install
nginxservice.exe install
5、打开服务,然后启动nginx就可以了。
参考:
https://blog.csdn.net/xiaojin21cen/article/details/84622517
标签:xml,exe,服务,nginx1.24,sys,nginx,nginxservice,安装,1.24 From: https://www.cnblogs.com/jiduoduo/p/17863033.html