/var/log/httpd/*log /home/kusanagi/*/log/httpd/*log {
# create 0640 httpd www
daily
rotate 52
missingok
notifempty
compress
sharedscripts
delaycompress
postrotate
/bin/systemctl reload httpd.service > /dev/null 2>/dev/null || true
endscript
}