]> git.pld-linux.org Git - packages/nginx.git/blob - nginx.logrotate
Up to 1.26.0
[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.083321 seconds and 3 git commands to generate.