projects
/
chef.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(from parent 1:
720abae
)
Allow direct addressing of nominatim servers
author
Tom Hughes
<tom@compton.nu>
Tue, 10 Jun 2014 11:40:57 +0000
(12:40 +0100)
committer
Tom Hughes
<tom@compton.nu>
Tue, 10 Jun 2014 11:40:57 +0000
(12:40 +0100)
cookbooks/nominatim/templates/default/apache.erb
patch
|
blob
|
history
diff --git
a/cookbooks/nominatim/templates/default/apache.erb
b/cookbooks/nominatim/templates/default/apache.erb
index c92e07325d4db9ba36a59275418dfc77e6eab1a0..9f3dcd34b9d314ff950b56161e73bbbd01ce80dd 100644
(file)
--- a/
cookbooks/nominatim/templates/default/apache.erb
+++ b/
cookbooks/nominatim/templates/default/apache.erb
@@
-2,13
+2,14
@@
<% [80, 443].each do |port| -%>
<VirtualHost *:<%= port %>>
- ServerName
nominatim.openstreetmap.org
- ServerA
dmin webmaster@
openstreetmap.org
+ ServerName
<%= node[:fqdn] %>
+ ServerA
lias nominatim.
openstreetmap.org
ServerAlias nominatim.osm.org
ServerAlias nominatim.openstreetmap.org
ServerAlias nominatim.openstreetmap.net
ServerAlias nominatim.openstreetmaps.org
ServerAlias nominatim.openmaps.org
+ ServerAdmin webmaster@openstreetmap.org
<% if port == 443 -%>
#