Comment 4 for bug 1450770

Revision history for this message
Ivan (ivanforward) wrote :

For me works fine like this:
...
postrotate
  nginx -s reload
endscript
...

But I am confused why don't work the special nginx functions for this:
  nginx -s reopen
  /etc/init.d/nginx rotate

Is anybody who know?