From 0761dfa199e822473dca18664517c18016773c03 Mon Sep 17 00:00:00 2001 From: Sarah Hoffmann Date: Fri, 24 Apr 2020 23:24:42 +0200 Subject: [PATCH] nominatim: add key for whitelisted IPs --- cookbooks/nominatim/templates/default/nginx.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cookbooks/nominatim/templates/default/nginx.erb b/cookbooks/nominatim/templates/default/nginx.erb index 3ba964660..04db58a2a 100644 --- a/cookbooks/nominatim/templates/default/nginx.erb +++ b/cookbooks/nominatim/templates/default/nginx.erb @@ -21,7 +21,7 @@ geo $whitelisted { default 0; <% @frontends.each do |frontend| -%> <% frontend.ipaddresses(:role => :external) do |address| -%> - <%= address %>; + <%= address %> 1; <% end -%> <% end -%> 46.235.224.148 1; -- 2.45.1