]> git.openstreetmap.org Git - chef.git/blob - cookbooks/chef/templates/default/logrotate.server.erb
Use new syntax to configure ohai plugin path
[chef.git] / cookbooks / chef / templates / default / logrotate.server.erb
1 # DO NOT EDIT - This file is being maintained by Chef
2
3 /var/log/chef-server/nginx/access.log
4 /var/log/chef-server/nginx/error.log
5 /var/log/chef-server/nginx/rewrite-port-80.log {
6   rotate 12
7   weekly
8   compress
9   postrotate
10         chef-server-ctl hup
11   endscript
12 }