本人配置:
需要下載個(gè)程序。地址:https://github.com/kohsuke/winsw/releases
向下尋找下圖顯示的位置? 下載對(duì)應(yīng)文件
?
?
?一定要按照自己的系統(tǒng)下載對(duì)應(yīng)文件。
然后把下載的文件移動(dòng)到nginx的根目錄,然后重命名為nginxservice.exe。
再新建一個(gè)nginxservice.xml文件。
nginxservice.xml文件內(nèi)容為:
<service> <id>nginx</id> <name>nginx</name> <description>nginx</description> <logpath>D: ginx-1.20.1</logpath> <logmode>roll</logmode> <depend></depend> <executable>D: ginx-1.20.1 ginx.exe</executable> <stopexecutable>D: ginx-1.20.1 ginx.exe -s stop</stopexecutable> </service>
我的nginx根目錄在D盤? 需要自己去修改根目錄位置? 看下圖:
?
?然后cmd(管理員模式)進(jìn)入nginx根目錄 運(yùn)行?nginxservice.exe install
或者powerShell(管理員模式)進(jìn)入nginx根目錄 運(yùn)行?. ginxservice.exe install
成功后去看系統(tǒng)服務(wù)是否有nginx 服務(wù)? ?服務(wù)名稱可以修改 name 命名為自己想要的格式? 本人沒做修改。
成功后如下圖:啟動(dòng)服務(wù)并設(shè)置自動(dòng)啟動(dòng)
?
??
?
本文摘自 :https://www.cnblogs.com/