From: Grant Slater Date: Fri, 28 Feb 2014 12:10:14 +0000 (+0000) Subject: nominatim: set baseURL to https X-Git-Url: https://git.openstreetmap.org/chef.git/commitdiff_plain/d030db57d5c5852f16ce52b0e61bd554aba070d5?hp=b4aedce6d4a03bb275d45b32934c40bba5e06774;ds=sidebyside nominatim: set baseURL to https --- diff --git a/cookbooks/nominatim/templates/default/nominatim.erb b/cookbooks/nominatim/templates/default/nominatim.erb index ea486ad24..8866f17fb 100644 --- a/cookbooks/nominatim/templates/default/nominatim.erb +++ b/cookbooks/nominatim/templates/default/nominatim.erb @@ -2,5 +2,5 @@ # DO NOT EDIT - This file is being maintained by Chef @define('CONST_Database_DSN', 'pgsql://@/<%= node[:nominatim][:database][:dbname] %>'); -@define('CONST_Website_BaseURL', 'http://nominatim.openstreetmap.org/'); +@define('CONST_Website_BaseURL', 'https://nominatim.openstreetmap.org/');