Quantcast
Channel: Codeology » Caching
Viewing all articles
Browse latest Browse all 5

NGINX Service for Windows

$
0
0

Recently I had use for NGINX on Windows, if you don’t know what that is then check out articles here and here. Thankfully there was a Windows build available and I got that up and running nominally in no time.

However, sadly as per usual with a lot of stuff coming from UNIX, support for the way Windows does things such as services was non existent, so I had to put my programming skills to use and have made a little Windows service wrapper for it. I’m providing binaries and source free in the hope that others may find this useful, you can download them here or you can find them on my Github.

It was wrote using Visual Studio 2010 and targets the .NET 2.0 framework, which does mean you need .NET installed, but that’s pretty much a given on most modern installs of Windows thesedays.

nginx-svc-bin.zip
5 KB
nginx-svc-src.zip
16 KB

Viewing all articles
Browse latest Browse all 5

Trending Articles