]> 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 6a8412ba322ab552cbb308e065e230e8f4edbe1c..0b853f79f785cd449b2c32a32a49cbc2b07430d6 100644 (file)
@@ -3,9 +3,19 @@
 /var/log/nominatim/update.log {
   weekly
   missingok
-  rotate 12
+  rotate 5
   compress
   delaycompress
   notifempty
-  create 640 root adm
+  create 640 nominatim adm
+}
+
+/var/log/nominatim/query.log {
+  weekly
+  missingok
+  rotate 8
+  compress
+  delaycompress
+  notifempty
+  create 640 www-data adm
 }