aboutsummaryrefslogtreecommitdiffstats
path: root/deployment/websites/templates/vhost_proxy_mailman_ssl.conf
blob: e5fcfbe118691d8b7a480b3c75246c713d4eedd6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16

ProxyRequests Off
ProxyPreserveHost On

<Proxy *>
    Order deny,allow
    Allow from all
</Proxy>

SSLProxyEngine On

<% for u in ['/mailman/','/pipermail/'] %>
ProxyPass <%= u %>        https://ryu.zarb.org<%= u %>
ProxyPassReverse <%= u %> https://ryu.zarb.org<%= u %>

<% end %>