欢迎来到尧图网

客户服务 关于我们

您的位置:首页 > 文旅 > 艺术 > Windows安装nginx

Windows安装nginx

2025/2/22 2:19:15 来源:https://blog.csdn.net/quantum7/article/details/141157157  浏览:    关键词:Windows安装nginx
  • 下载nginx

nginx: download

  • 解压

比如D:\nginx

  • 下载工具

Windows Service Wrapper

winsw-2.9.0-bin.exe

Index of releases/com/sun/winsw/winsw

  • 配置

winsw-2.9.0-bin.exe改名为nginx-service.exe

创建配置文件nginx-service.xml,内容如下:

<service><id>nginx</id><name>Nginx Service</name><description>High Performance Nginx Service</description><logpath>D:\nginx\logs</logpath><log mode="roll-by-size"><sizeThreshold>10240</sizeThreshold><keepFiles>8</keepFiles></log><executable>D:\nginx\nginx.exe</executable><startarguments>-p D:\nginx</startarguments><stopexecutable>D:\nginx\nginx.exe</stopexecutable><stoparguments>-p D:\nginx -s stop</stoparguments>
</service>
  • 安装
D:\nginx\nginx-service.exe install
  •  卸载
D:\nginx\nginx-service.exe uninstall
  • 查看

运行services.msc

版权声明:

本网仅为发布的内容提供存储空间,不对发表、转载的内容提供任何形式的保证。凡本网注明“来源:XXX网络”的作品,均转载自其它媒体,著作权归作者所有,商业转载请联系作者获得授权,非商业转载请注明出处。

我们尊重并感谢每一位作者,均已注明文章来源和作者。如因作品内容、版权或其它问题,请及时与我们联系,联系邮箱:809451989@qq.com,投稿邮箱:809451989@qq.com

热搜词