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

ProxyRequests Off
ProxyPreserveHost On

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

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

<% end %>