upgpkg: wordpress 6.2.1-1
[ArchLinux/community.git] / nginx-mainline / trunk / logrotate
blobe0afbb92702173783fee63d0d85119786825ccb7
1 /var/log/nginx/*log {
2         missingok
3         notifempty
4         create 640 http log
5         sharedscripts
6         compress
7         postrotate
8                 test ! -r /run/nginx.pid || kill -USR1 `cat /run/nginx.pid`
9         endscript