Sophie

Sophie

distrib > Mageia > 7 > i586 > media > core-updates-src > by-pkgid > 3d4d36a2f115cbfc73e94996bb6a7b4b > files > 10

nginx-1.16.1-1.2.mga7.src.rpm

/var/log/nginx/*log {
    daily
    rotate 10
    missingok
    notifempty
    compress
    sharedscripts
    postrotate
        /bin/systemctl condreload nginx > /dev/null 2>&1 || true
    endscript
}