Your IP : 3.141.18.167


Current Path : /proc/9788/cwd/proc/9784/cwd/etc/logrotate.d/
Upload File :
Current File : //proc/9788/cwd/proc/9784/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
}