2007-03-24 18:31:48 +00:00
|
|
|
/var/log/nginx/*log {
|
2012-12-19 09:46:09 +00:00
|
|
|
create 0644 nginx nginx
|
2007-03-24 18:31:48 +00:00
|
|
|
daily
|
|
|
|
rotate 10
|
|
|
|
missingok
|
|
|
|
notifempty
|
|
|
|
compress
|
|
|
|
sharedscripts
|
|
|
|
postrotate
|
2013-02-05 07:18:30 +00:00
|
|
|
/bin/kill -USR1 `cat /run/nginx.pid 2>/dev/null` 2>/dev/null || true
|
2007-03-24 18:31:48 +00:00
|
|
|
endscript
|
|
|
|
}
|
|
|
|
|