PKGBUILDs/extra/nginx-mainline/logrotate

11 lines
178 B
Plaintext
Raw Normal View History

2016-05-26 12:48:52 +00:00
/var/log/nginx/*log {
missingok
2016-11-19 00:37:36 +00:00
notifempty
2016-05-26 12:48:52 +00:00
create 640 http log
sharedscripts
compress
postrotate
2017-04-13 12:36:01 +00:00
test ! -r /run/nginx.pid || kill -USR1 `cat /run/nginx.pid`
2016-05-26 12:48:52 +00:00
endscript
}