Skip to content

cnsicau/nginx-win-host

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Windows Service Host for Nginx

Download

1 .NET 3.5 nginxd for Windows7, Windows 2008, Windows 2008 r2

2 .NET 4.0+ nginxd for Windows8, Windows10, Windows 2012+

Usage

1. copy nginxd to nginx root directory(contains nginx.exe).

2. create nginx service.

open windows cmd prompt and run :

nginxd--install

Install service nginx. Success.

3. remove nginx service.

nginxd --remove

Remove service nginx. Success.

4. start nginx service.

nginxd --start

Start service nginx. Success.

5. stop nginx service

nginxd --stop

Stop service nginx. Success.

6. manage nginx command

nginxd -V
nginxd -v
nginxd -t
nginxd -T
nginxd -s reopen
nginxd -s reload
nginxd -s quit
nginxd -s stop

About

windows service host for nginx

Resources

Stars

Watchers

Forks

Packages

No packages published

Contributors 2

  •  
  •  

Languages