PKGBUILDs/extra/nginx-mainline/logrotate
2016-05-26 12:48:52 +00:00

9 lines
174 B
Text

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