projects
/
chef.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Fix certificate paths for chef server
[chef.git]
/
cookbooks
/
chef
/
templates
/
default
/
apache.erb
diff --git
a/cookbooks/chef/templates/default/apache.erb
b/cookbooks/chef/templates/default/apache.erb
index 1fb417fcb50374ee682090e19e2e6f814b30af78..88684b82c4ca7d2221be4d32d3b1973efff1c768 100644
(file)
--- a/
cookbooks/chef/templates/default/apache.erb
+++ b/
cookbooks/chef/templates/default/apache.erb
@@
-25,4
+25,5
@@
SSLCertificateKeyFile /etc/ssl/private/chef.openstreetmap.org.key
ProxyPass / https://<%= node[:fqdn] %>:4443/
+ ProxyPreserveHost on
</VirtualHost>