PKGBUILDs/extra/nginx/logrotate
2016-11-19 00:38:33 +00:00

12 lines
191 B
Plaintext

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