2022-11-24 12:34:51 +00:00
|
|
|
/var/log/nginx/*.log {
|
|
|
|
create 0640 nginx root
|
2020-10-15 19:06:24 +00:00
|
|
|
daily
|
|
|
|
rotate 10
|
|
|
|
missingok
|
|
|
|
notifempty
|
|
|
|
compress
|
2021-12-02 17:14:09 +00:00
|
|
|
delaycompress
|
2020-10-15 19:06:24 +00:00
|
|
|
sharedscripts
|
|
|
|
postrotate
|
|
|
|
/bin/kill -USR1 `cat /run/nginx.pid 2>/dev/null` 2>/dev/null || true
|
|
|
|
endscript
|
|
|
|
}
|
|
|
|
|