archrelease: copy trunk to extra-x86_64
[arch-packages.git] / nginx / repos / extra-x86_64 / 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