summaryrefslogtreecommitdiff
path: root/templates/vhosts/php_typo3
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/php_typo3
parent12f2139146fddbc7ca81ecb1cc0c84e5a31e3b62 (diff)
add missing directive for ssl proxy vhosts
Diffstat (limited to 'templates/vhosts/php_typo3')
-rw-r--r--templates/vhosts/php_typo3/php_typo3.erb1
1 files changed, 1 insertions, 0 deletions
diff --git a/templates/vhosts/php_typo3/php_typo3.erb b/templates/vhosts/php_typo3/php_typo3.erb
index 6272576..e80aede 100644
--- a/templates/vhosts/php_typo3/php_typo3.erb
+++ b/templates/vhosts/php_typo3/php_typo3.erb
@@ -358,6 +358,7 @@
ProxyPreserveHost On
ProxyRequests off
+ SSLProxyEngine On
<%- if run_mode.to_s == 'static-itk' -%>
ProxyPassMatch ^/(.*\.php/?.*)$ https://127.0.0.1/$1
<%- else -%>