httpd.log 283 B

12345678910
  1. /var/log/httpd/*log /var/log/httpd/domains/*log {
  2. missingok
  3. notifempty
  4. compress
  5. sharedscripts
  6. postrotate
  7. /sbin/service httpd reload > /dev/null 2>/dev/null || true
  8. [ ! -f /var/run/nginx.pid ] || kill -USR1 `cat /var/run/nginx.pid`
  9. endscript
  10. }