We have some news to share for the request index beta feature. We’ve added more options to sort your requests, counters to the individual filters and documentation for the search functionality. Checkout the blog post for more details.

File nginx.logrotate of Package nginx

/var/log/nginx/*.log {
    compress
    dateext
    maxage 365
    rotate 99
    size=+4096k
    missingok
    notifempty
    create 644 root root
    postrotate
      # -s reopen will use the pid file passed in the config file or the compiled in default path
      /usr/sbin/nginx -s reopen
    endscript  
}

openSUSE Build Service is sponsored by