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.conf12
1 files changed, 12 insertions, 0 deletions
diff --git a/deployment/websites/templates/vhost_proxy_mailman.conf b/deployment/websites/templates/vhost_proxy_mailman.conf
new file mode 100644
index 00000000..e57679b4
--- /dev/null
+++ b/deployment/websites/templates/vhost_proxy_mailman.conf
@@ -0,0 +1,12 @@
+
+ProxyRequests Off
+ProxyPreserveHost On
+
+<Proxy *>
+ Order deny,allow
+ Allow from all
+</Proxy>
+
+ProxyPass /mailman/ http://ryu.zarb.org/mailman/
+ProxyPassReverse /mailman/ http://ryu.zarb.org/mailman/
+