From 828a7eec411a6299868635a6dea0b6d52643b529 Mon Sep 17 00:00:00 2001 From: "Yichun Zhang (agentzh)" Date: Mon, 2 Nov 2015 16:33:57 +0800 Subject: [PATCH] README-win32.md: documented the "nginx -s reload" and "ngx -s reopen" too. --- doc/README-win32.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/doc/README-win32.md b/doc/README-win32.md index 3fd3bce..b70dff7 100644 --- a/doc/README-win32.md +++ b/doc/README-win32.md @@ -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