X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/246dbd618c071f1bbb33c506e7c4a797fb9d20a8..fa63c845987967418edaff22b75958916b19f19a:/cookbooks/tilecache/templates/default/logrotate.nginx.erb diff --git a/cookbooks/tilecache/templates/default/logrotate.nginx.erb b/cookbooks/tilecache/templates/default/logrotate.nginx.erb deleted file mode 100644 index b52d294fd..000000000 --- a/cookbooks/tilecache/templates/default/logrotate.nginx.erb +++ /dev/null @@ -1,15 +0,0 @@ -# DO NOT EDIT - This file is being maintained by Chef - -/var/log/nginx/*.log { - daily - missingok - rotate 7 - compress - delaycompress - notifempty - create 640 nginx adm - sharedscripts - postrotate - [ -f /var/run/nginx.pid ] && kill -USR1 `cat /var/run/nginx.pid` - endscript -}