PKGBUILDs/extra/nginx/logrotate

11 lines
179 B
Plaintext
Raw Normal View History

2014-10-17 03:36:58 +00:00
/var/log/nginx/*log {
missingok
create 640 http log
su http log
sharedscripts
compress
postrotate
test ! -r /run/nginx.pid || kill -USR1 `cat /run/nginx.pid`
endscript
}