From: Tom Hughes Date: Sat, 15 Feb 2014 17:46:01 +0000 (+0000) Subject: Enable SSL proxying X-Git-Url: https://git.openstreetmap.org/chef.git/commitdiff_plain/658ae403e25fd4aa75e335579367952686ca5a18?ds=sidebyside Enable SSL proxying --- diff --git a/cookbooks/web/templates/default/apache.frontend.erb b/cookbooks/web/templates/default/apache.frontend.erb index 0312712bc..3039a96c8 100644 --- 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 -%> #