nginx/SOURCES/nginx.logrotate
2022-05-10 07:00:42 +00:00

15 lines
260 B
Plaintext

/var/log/nginx/*log {
create 0664 nginx root
daily
rotate 10
missingok
notifempty
compress
delaycompress
sharedscripts
postrotate
/bin/kill -USR1 `cat /run/nginx.pid 2>/dev/null` 2>/dev/null || true
endscript
}