alpha-quadrant/www-servers/nginx/files/nginx.logrotate
2009-11-04 12:11:50 +01:00

12 lines
195 B
Plaintext

# nginx logrotate snipet for Gentoo Linux
/var/log/nginx/*.log {
rotate 52
weekly
notifempty
sharedscripts
postrotate
/etc/init.d/nginx reload > /dev/null 2>&1 || true
endscript
}