PKGBUILDs/extra/nginx/logrotate

11 lines
179 B
Plaintext
Raw Permalink Normal View History

2014-10-17 03:36:58 +00:00
/var/log/nginx/*log {
missingok
2016-11-19 00:38:33 +00:00
notifempty
2023-09-16 14:22:34 +00:00
create 640 http root
2014-10-17 03:36:58 +00:00
sharedscripts
compress
postrotate
test ! -r /run/nginx.pid || kill -USR1 `cat /run/nginx.pid`
endscript
}