slackbuilds_ponce/network/nginx/nginx.logrotate

12 lines
158 B
Text
Raw Normal View History

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