13 lines
258 B
Text
13 lines
258 B
Text
/var/log/nginx/rencontres-linux-*.log {
|
|
daily
|
|
missingok
|
|
rotate 30
|
|
compress
|
|
delaycompress
|
|
notifempty
|
|
create 0640 www-data adm
|
|
sharedscripts
|
|
postrotate
|
|
systemctl reload nginx > /dev/null 2>&1 || true
|
|
endscript
|
|
}
|