aboutsummaryrefslogtreecommitdiffstats
path: root/deployment/websites/templates/vhost_proxy_mailman_ssl.conf
diff options
context:
space:
mode:
Diffstat (limited to 'deployment/websites/templates/vhost_proxy_mailman_ssl.conf')
-rw-r--r--deployment/websites/templates/vhost_proxy_mailman_ssl.conf14
1 files changed, 14 insertions, 0 deletions
diff --git a/deployment/websites/templates/vhost_proxy_mailman_ssl.conf b/deployment/websites/templates/vhost_proxy_mailman_ssl.conf
new file mode 100644
index 00000000..479b912d
--- /dev/null
+++ b/deployment/websites/templates/vhost_proxy_mailman_ssl.conf
@@ -0,0 +1,14 @@
+
+ProxyRequests Off
+ProxyPreserveHost On
+
+<Proxy *>
+ Order deny,allow
+ Allow from all
+</Proxy>
+
+SSLProxyEngine On
+
+ProxyPass /mailman/ https://ryu.zarb.org/mailman/
+ProxyPassReverse /mailman/ https://ryu.zarb.org/mailman/
+