From: Grant Slater Date: Fri, 28 Feb 2014 12:19:01 +0000 (+0000) Subject: nominatim: set baseURL to protocol independent X-Git-Url: https://git.openstreetmap.org/chef.git/commitdiff_plain/f0e429a924f06bc20e87190f012e72658f5818e7?hp=d030db57d5c5852f16ce52b0e61bd554aba070d5 nominatim: set baseURL to protocol independent --- diff --git a/cookbooks/nominatim/templates/default/nominatim.erb b/cookbooks/nominatim/templates/default/nominatim.erb index 8866f17fb..bf97f9a80 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', 'https://nominatim.openstreetmap.org/'); +@define('CONST_Website_BaseURL', '//nominatim.openstreetmap.org/');