diff options
author | mh <mh@immerda.ch> | 2010-08-18 00:09:32 +0200 |
---|---|---|
committer | mh <mh@immerda.ch> | 2010-08-18 00:09:32 +0200 |
commit | ab7b8230d40c31cf995e51c4b43ded2c524122e0 (patch) | |
tree | 70663a3aec238d0b2f8c833a2ba95ff5e57d04de /templates/vhosts/php_gallery2 | |
parent | 12f2139146fddbc7ca81ecb1cc0c84e5a31e3b62 (diff) |
add missing directive for ssl proxy vhosts
Diffstat (limited to 'templates/vhosts/php_gallery2')
-rw-r--r-- | templates/vhosts/php_gallery2/php_gallery.erb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/templates/vhosts/php_gallery2/php_gallery.erb b/templates/vhosts/php_gallery2/php_gallery.erb index fdcc89b..2abe1b3 100644 --- a/templates/vhosts/php_gallery2/php_gallery.erb +++ b/templates/vhosts/php_gallery2/php_gallery.erb @@ -339,6 +339,7 @@ ProxyPreserveHost On ProxyRequests off + SSLProxyEngine On <%- if run_mode.to_s == 'static-itk' -%> ProxyPassMatch ^/(.*\.php/?.*)$ https://127.0.0.1/$1 <%- else -%> |