httpd.log 270 B

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