PKGBUILDs/extra/nginx/logrotate
2014-10-17 03:36:58 +00:00

11 lines
179 B
Plaintext

/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
}