projects
/
chef.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
02527c7
)
remove date from nominatim fail2ban regex
author
Sarah Hoffmann
<lonvia@denofr.de>
Mon, 3 Oct 2016 08:36:53 +0000
(10:36 +0200)
committer
Sarah Hoffmann
<lonvia@denofr.de>
Mon, 3 Oct 2016 08:37:43 +0000
(10:37 +0200)
cookbooks/nominatim/recipes/default.rb
patch
|
blob
|
history
diff --git
a/cookbooks/nominatim/recipes/default.rb
b/cookbooks/nominatim/recipes/default.rb
index 2bf8e35de9bd00311a69d88c529133d2496960e2..63734cdb8046d55b6b248caf8706ba8aaf162e66 100644
(file)
--- a/
cookbooks/nominatim/recipes/default.rb
+++ b/
cookbooks/nominatim/recipes/default.rb
@@
-351,7
+351,7
@@
end
include_recipe "fail2ban"
fail2ban_filter "nominatim" do
- failregex '^<HOST> - - \[
[^]]+
\] "[^"]+" 429 '
+ failregex '^<HOST> - - \[\] "[^"]+" 429 '
end
fail2ban_jail "nominatim" do