/var/log/imunify360/captcha/*.log {
        daily
        missingok
        rotate 52
        compress
        delaycompress
        notifempty
        create 640 nginx adm
        sharedscripts
        postrotate
                if [ -f /var/run/imunify360-captcha-server.pid ]; then
                        kill -USR1 `cat /var/run/imunify360-captcha-server.pid`
                fi
        endscript
}
