slackbuilds_ponce/network/nginx/nginx.logrotate
Francisco Ambrozio 835debc5a9 network/nginx: Updated for version 1.2.2.
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
2012-07-10 09:37:56 -04:00

11 lines
158 B
Text

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