/var/log/nginx/*.log /home/www/log/[^php5]*/*/*/*.log /home/www/log/[^php5]*/*/*/tls/*.log /home/www/log/*/nginx/*.log { weekly missingok rotate 52 compress delaycompress notifempty create 0640 www-data adm sharedscripts prerotate if [ -d /etc/logrotate.d/httpd-prerotate ]; then \ run-parts /etc/logrotate.d/httpd-prerotate; \ fi \ endscript postrotate sv reload nginx > /dev/null 2>&1 endscript }