Your IP : 18.191.8.183


Current Path : /proc/9790/cwd/etc/logrotate.d/
Upload File :
Current File : //proc/9790/cwd/etc/logrotate.d/httpd

/var/log/httpd/*log {
    missingok
    notifempty
    sharedscripts
    delaycompress
    postrotate
        /bin/systemctl reload httpd.service > /dev/null 2>/dev/null || true
    endscript
}