I set up NGINX as a front end server for static content and I use Apache as a back-end server for other thing.
The thing is I can\'t find a logical answer that allow
Official nginx wiki referes on winginx for this purpose. It builds exe-installer in linux environment. Process looks like this:
sudo apt-get install nsis make
wget https://github.com/InvGate/winginx/archive/master.zip
unzip master.zip
cd winginx-master/
make
ls -lh ./build/nginx-service.exe
To get actual versions you should specify them in Makefile.