]> git.pld-linux.org Git - packages/nginx.git/blob - nginx.logrotate
Rel 6; up vts to 0.2.2 and headers_more to 0.37
[packages/nginx.git] / nginx.logrotate
1 /var/log/nginx/*.log {
2         olddir /var/log/archive/nginx
3         create 644 nginx nginx
4         sharedscripts
5         postrotate
6                 /sbin/service nginx reopen-logs > /dev/null
7         endscript
8 }
This page took 0.093265 seconds and 3 git commands to generate.