Am trying to configure for logfile rotation using logrotate with nginx (0.7.61).  As the logrotate script runs, the old logfile is renamed and a new one is created, but nginx still writes to the old (renamed) logfile even with open_log_file_cache set to off according to <a href="http://wiki.nginx.org/NginxHttpLogModule#open_log_file_cache">http://wiki.nginx.org/NginxHttpLogModule#open_log_file_cache</a><br>

<br>Is there anything that I&#39;m missing out?<br><br>Ray.<br>