summaryrefslogtreecommitdiffstats
path: root/network/nginx/nginx.logrotate
blob: 1110c537024cb72c497319b3a91c570bb4ac4fb9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
/var/log/nginx/*.log {
  su @USER@ @GROUP@
  rotate 10
  notifempty
  size 5M
  compress
  delaycompress
  sharedscripts
  postrotate
    /etc/rc.d/rc.nginx rotate
  endscript
}