]> git.pld-linux.org Git - packages/nginx.git/blob - nginx.logrotate
- up to 1.16.1; fixes CVE-2019-9511, CVE-2019-9513,
[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.06595 seconds and 3 git commands to generate.