raven/modular/nginx-cp/nginx.logrotate

14 lines
243 B
Plaintext
Raw Permalink Normal View History

2024-02-21 13:47:54 +06:00
/var/log/nginx/*log {
create 0644 nginx nginx
daily
rotate 10
missingok
notifempty
compress
sharedscripts
postrotate
/bin/kill -USR1 `cat /run/nginx.pid 2>/dev/null` 2>/dev/null || true
endscript
}