# Logrotate file for Apache-JServ

/var/log/jserv.log {
	compress
	daily
	rotate 7
	notifempty
}
