Sophie

Sophie

distrib > Mageia > 6 > armv7hl > media > core-updates-src > by-pkgid > 3eb0f30aafb5aa0eb27a3009d2704f4b > files > 10

nginx-1.10.3-1.1.mga6.src.rpm

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