]> git.openstreetmap.org Git - chef.git/blob - cookbooks/tile/templates/default/logrotate.apache.erb
Always try and re-render dirty or missing tiles
[chef.git] / cookbooks / tile / templates / default / logrotate.apache.erb
1 # DO NOT EDIT - This file is being maintained by Chef
2
3 /var/log/apache2/*.log {
4   daily
5   size 1G
6   missingok
7   rotate 52
8   compress
9   delaycompress
10   notifempty
11   create 640 root adm
12   sharedscripts
13   postrotate
14     /usr/bin/service apache2 reload > /dev/null 2>&1
15   endscript
16 }