Sophie

Sophie

distrib > Mageia > 7 > armv7hl > media > core-updates > by-pkgid > 4d2d6731a592794e28bd74c21a30d7f2 > files > 1

nginx-1.16.1-1.3.mga7.armv7hl.rpm

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