mirror of
https://github.com/praktimarc/kst4contest.git
synced 2026-09-12 04:05:34 +02:00
15 lines
335 B
Plaintext
15 lines
335 B
Plaintext
/var/log/nginx/*-analytics.log {
|
|
daily
|
|
rotate 14
|
|
missingok
|
|
notifempty
|
|
compress
|
|
# Keep .1 uncompressed because the regular generator reads it directly.
|
|
delaycompress
|
|
create 0640 www-data hamradio-analytics
|
|
sharedscripts
|
|
postrotate
|
|
invoke-rc.d nginx rotate >/dev/null 2>&1
|
|
endscript
|
|
}
|