etc-configs/logrotate.d/nginx

13 lines
196 B
Plaintext

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