summaryrefslogtreecommitdiff
path: root/templates/vhosts/perl
diff options
context:
space:
mode:
authormh <mh@immerda.ch>2010-08-18 00:09:32 +0200
committermh <mh@immerda.ch>2010-08-18 00:09:32 +0200
commitab7b8230d40c31cf995e51c4b43ded2c524122e0 (patch)
tree70663a3aec238d0b2f8c833a2ba95ff5e57d04de /templates/vhosts/perl
parent12f2139146fddbc7ca81ecb1cc0c84e5a31e3b62 (diff)
add missing directive for ssl proxy vhosts
Diffstat (limited to 'templates/vhosts/perl')
-rw-r--r--templates/vhosts/perl/perl.erb1
1 files changed, 1 insertions, 0 deletions
diff --git a/templates/vhosts/perl/perl.erb b/templates/vhosts/perl/perl.erb
index 5cb30bc..056730a 100644
--- a/templates/vhosts/perl/perl.erb
+++ b/templates/vhosts/perl/perl.erb
@@ -307,6 +307,7 @@
ProxyPreserveHost On
ProxyRequests off
+ SSLProxyEngine On
<%- if run_mode.to_s == 'static-itk' -%>
ProxyPassMatch ^/(.*\.pl/?.*)$ https://127.0.0.1/$1
<%- else -%>