]> git.openstreetmap.org Git - chef.git/blobdiff - cookbooks/nominatim/templates/default/logrotate.nominatim.erb
Explcitly disable IPv6 on the IC internal network
[chef.git] / cookbooks / nominatim / templates / default / logrotate.nominatim.erb
index a8952fe8fb616633374bc7844f3bd5456117d34f..0b853f79f785cd449b2c32a32a49cbc2b07430d6 100644 (file)
@@ -3,22 +3,19 @@
 /var/log/nominatim/update.log {
   weekly
   missingok
-  rotate 12
+  rotate 5
   compress
   delaycompress
   notifempty
   create 640 nominatim adm
 }
-<% if node[:lsb][:release].to_f < 14.04 -%>
 
-/var/log/php5-fpm.log {
+/var/log/nominatim/query.log {
   weekly
   missingok
-  rotate 3
+  rotate 8
   compress
   delaycompress
-  postrotate
-    /usr/bin/service php5-fpm restart > /dev/null
-  endscript
+  notifempty
+  create 640 www-data adm
 }
-<% end -%>