Skip to main content

Installing NGINX on Windows as a service

warning

This document has been translated using machine translation without human review.

  1. Download NGINX
  2. choco install nssm
  3. nssm install nginx
  4. nssm
  5. Enjoy!

How to restart the service?

net stop nginx && net start nginx