projects
/
chef.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
11d0975
)
Enable SSL proxying
author
Tom Hughes
<tom@compton.nu>
Sat, 15 Feb 2014 17:46:01 +0000
(17:46 +0000)
committer
Tom Hughes
<tom@compton.nu>
Sat, 15 Feb 2014 17:46:01 +0000
(17:46 +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 0312712bcce924379cfedb7a09e145c1b925be5c..3039a96c8479fc0c1a50d2f2be9cf5d24c900bdb 100644
(file)
--- a/
cookbooks/web/templates/default/apache.frontend.erb
+++ b/
cookbooks/web/templates/default/apache.frontend.erb
@@
-14,6
+14,7
@@
# Enable SSL
#
SSLEngine on
+ SSLProxyEngine on
<% end -%>
#