# THIS FILE IS AUTOMATICALLY DISTRIBUTED BY PUPPET. ANY CHANGES WILL BE
# OVERWRITTEN.
/var/hpwsites/u_*/logs/access.log /var/hpwsites/u_*/logs/error.log /var/hpwsites/u_*/logs/php-mail.log /var/hpwsites/u_*/logs/php-slow.log {
create 644 nginx root
daily
dateext
missingok
notifempty
rotate 30
sharedscripts
postrotate
[ -f /var/run/nginx.pid ] && kill -USR1 `cat /var/run/nginx.pid`
endscript
}