updated on Tue Jan 10 12:02:00 UTC 2012
[aur-mirror.git] / nginx_passenger / nginx.logrotate
blob424aa29f7f6a801ef2d5022e8f4bdfb8048a9bc7
1 /var/log/nginx/*log {
2         create 640 nginx log
3         compress
4         postrotate
5         nginx -s reopen
6         endscript