]> git.pld-linux.org Git - packages/nginx.git/blob - nginx.logrotate
up to 1.26.1 (fixes CVE-2024-32760 CVE-2024-31079 CVE-2024-35200 CVE-2024-34161)
[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.041967 seconds and 4 git commands to generate.