README-win32.md: documented the "nginx -s reload" and "ngx -s reopen" too.

This commit is contained in:
Yichun Zhang (agentzh) 2015-11-02 16:33:57 +08:00
parent 1f4045ef2c
commit 828a7eec41
1 changed files with 4 additions and 0 deletions

View File

@ -59,6 +59,10 @@ where the PID (5488 in this example) can be found via the aforementioned `taskli
Again, you should use the form `-pid` and `-F` for the options if you are in an MSYS bash
session.
Similarly, you can use the `nginx -s reload` command to reload nginx configurations without
stopping the server. And you can use `nginx -s reopen` to instruct nginx to re-open
all the log files.
You can run the `resty` script like this:
```console