Skip to content

Instantly share code, notes, and snippets.

@phaze9
Created August 28, 2011 08:31
Show Gist options
  • Save phaze9/1176421 to your computer and use it in GitHub Desktop.
Save phaze9/1176421 to your computer and use it in GitHub Desktop.
Lighttpd Logrotate Config
/var/log/lighttpd/*.log {
missingok
copytruncate
rotate 7
compress
notifempty
sharedscripts
postrotate
/etc/init.d/lighttpd reload
endscript
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment