@%@UCRWARNING=# @%@

/var/log/apache2/*.log {
	@%@logrotate/rotate@%@
	missingok
	rotate @%@logrotate/rotate/count@%@
	compress
	delaycompress
	notifempty
	create @%@logrotate/create@%@
	sharedscripts
	postrotate
		systemctl reload apache2.service > /dev/null
	endscript
	prerotate
	if [ -d /etc/logrotate.d/httpd-prerotate ]; then \
		run-parts /etc/logrotate.d/httpd-prerotate; \
		fi; \
	endscript
}
