Skip to content
This repository was archived by the owner on Jun 13, 2023. It is now read-only.

Files

Latest commit

6f75be6 · Sep 16, 2017

History

History

_ngingx

Using nginx on Windows

Preparation

  1. Install nginx
  2. Setup environment value NGINX_HOME to point nginx install directory.

Usage

To start nginx, double click start.cmd

To stop nginx, double click stop.cmd

When you have updated redirect configuration, double click reload.cmd to make nginx reload it.

Trouble shooting

  • If you can't start nginx server, kill all nginx.exe processes by Windows TaskManager, then remove logs/nginx.pid file.