summaryrefslogtreecommitdiffstats
path: root/network/nginx/nginx.logrotate
blob: d95c80844992ab4b462cf16b9be6c8cee37ae201 (plain)
/var/log/nginx/*_log {
  rotate 10
  notifempty
  size=5M
  compress
  delaycompress
  sharedscripts
  postrotate
    /etc/rc.d/rc.nginx rotate
  endscript
}