nginx的安裝參考這裡:
基本思路是把nginx註冊為windows的服務。
比如: winsw.net4.exe sample-minimal.xml
2.配置
把上面兩個檔案修改名字為:nginxservice.exe nginxservice.xml
nginxservice.xml的配置修改為:
nginx
nginx
this service is a service created from a minimal configuration
e:\mysever\nginx-1.14.2
roll
e:\mysever\nginx-1.14.2\nginx.exe
e:\mysever\nginx-1.14.2\nginx.exe -s stop
3.安裝
cd
e:\mysever\nginx-1.14.2\nginxservice.exe install
4.可以在services.msc中看到服務,重啟即可自動執行nginx。 windows設定nginx開機自啟
建立nginx service.exe.config 為支援net 4.0 runtime,預設只支援net 2.0 runtime 檔案結構如下 nginx service.xml檔案內容如下 自己修改對於的路徑即可 nginx nginx service high performance ngi...
Linux 下 Nginx新增至服務並設定開機啟動
centos6.5 centos7也可以 nginx版本 1.14.0 nginx安裝路徑 usr local nginx vim ngin.sh 指令碼如下 純手敲,可能有誤 bin bash chkconfig 2345 30 30 if 1 start then if f usr local ...
windows下架設SVN伺服器並設定開機啟動
c documents and settings administrator svn 使用 svn help 得到用法。2 建立倉庫repository 執行命令 c documents and settings administrator svnadmin create g svn 該命令會在g盤...