slackbuilds/network/nginx/nginx.logrotate

13 lines
178 B
Plaintext

/var/log/nginx/*.log {
su @USER@ @GROUP@
rotate 10
notifempty
size=5M
compress
delaycompress
sharedscripts
postrotate
/etc/rc.d/rc.nginx rotate
endscript
}