File nginx.logrotate of Package nginx.6301

/var/log/nginx/*.log {
    compress
    dateext
    maxage 365
    rotate 99
    size=+4096k
    missingok
    notifempty
    create 644 root root
    postrotate
      /etc/init.d/nginx reopen
    endscript  
}

openSUSE Build Service is sponsored by