aboutsummaryrefslogtreecommitdiffstats
path: root/deployment/websites/templates/vhost_proxy_mailman.conf
diff options
context:
space:
mode:
Diffstat (limited to 'deployment/websites/templates/vhost_proxy_mailman.conf')
-rw-r--r--deployment/websites/templates/vhost_proxy_mailman.conf14
1 files changed, 0 insertions, 14 deletions
diff --git a/deployment/websites/templates/vhost_proxy_mailman.conf b/deployment/websites/templates/vhost_proxy_mailman.conf
deleted file mode 100644
index ef447f9c..00000000
--- a/deployment/websites/templates/vhost_proxy_mailman.conf
+++ /dev/null
@@ -1,14 +0,0 @@
-
-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 %>