summaryrefslogtreecommitdiffstats
path: root/abs/core/apache/httpd.logrotate
blob: 02eb326f838b6c1aed36788c085a4db538ca8830 (plain)
1
2
3
4
5
6
7
/var/log/httpd/*log {
   missingok
   sharedscripts
   postrotate
      /usr/bin/systemctl reload httpd.service 2>/dev/null || true
   endscript
}