projects
/
chef.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
f49c10c
)
Don't redirect 127.0.0.1 as doing so can break munin
author
Tom Hughes
<tom@compton.nu>
Fri, 6 Jan 2017 18:30:59 +0000
(18:30 +0000)
committer
Tom Hughes
<tom@compton.nu>
Fri, 6 Jan 2017 18:30:59 +0000
(18:30 +0000)
cookbooks/web/templates/default/apache.frontend.erb
patch
|
blob
|
history
diff --git
a/cookbooks/web/templates/default/apache.frontend.erb
b/cookbooks/web/templates/default/apache.frontend.erb
index 717d3f69b6156d7a8440e5675540dddc8b02a380..ceaf4874b32fc0ca2e38c648f5e4ef4acf03b226 100644
(file)
--- a/
cookbooks/web/templates/default/apache.frontend.erb
+++ b/
cookbooks/web/templates/default/apache.frontend.erb
@@
-6,7
+6,7
@@
# Basic server configuration
#
ServerName <%= node[:fqdn] %>
# Basic server configuration
#
ServerName <%= node[:fqdn] %>
- ServerAlias api.openstreetmap.org www.openstreetmap.org
+ ServerAlias api.openstreetmap.org www.openstreetmap.org
127.0.0.1
ServerAdmin webmaster@openstreetmap.org
<% if port == 443 -%>
ServerAdmin webmaster@openstreetmap.org
<% if port == 443 -%>