A -s reload works as documented, however while the logfiles are being
written to, the logfiles keep their last (before -s) time/date. Is this
a
known issue?
After a simple restart the logfiles are time updated as normal.
Posted at Nginx Forum:
http://forum.nginx.org/read.php?2,244372,244372#msg-244372
Am 02.11.2013 16:28 schrieb itpp2012:
A -s reload works as documented, however while the logfiles are being
written to, the logfiles keep their last (before -s) time/date. Is
this a
known issue?
It’s a documented “issue” …
http://nginx.org/en/docs/beginners_guide.html
use -s reopen (or kill -USR1) to reopen the logfiles.