PKGBUILDs/extra/nginx-mainline/logrotate
2016-11-19 00:37:36 +00:00

11 lines
186 B
Plaintext

/var/log/nginx/*log {
missingok
notifempty
create 640 http log
sharedscripts
compress
postrotate
test ! -r /var/run/nginx.pid || kill -USR1 `cat /var/run/nginx.pid`
endscript
}