]> git.openstreetmap.org Git - chef.git/blob - cookbooks/tile/templates/default/logrotate.apache.erb
Remove block on scale 3600
[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     /bin/systemctl reload apache2
15   endscript
16 }