Commit f622d8d7 authored by Benjamin Blanc's avatar Benjamin Blanc

apache_zope_backend: use https and rewrite address using apache url

parent f7905c90
Listen %(ip)s:%(port)s
<VirtualHost *:%(port)s>
%(ssl_enable)s
RewriteRule ^/(.*) %(backend)s/$1 [L,P]
RewriteRule (.*) %(backend)s/VirtualHostBase/https/%(ip)s:%(port)s/VirtualHostRoot/$1 [L,P]
</VirtualHost>
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment