From a238cb2f9998add6f20cea78d2d12f058665880e Mon Sep 17 00:00:00 2001 From: Michael Scherer Date: Sat, 14 Jan 2012 23:21:11 +0000 Subject: also clean the old configuration that was split by last commit --- deployment/websites/templates/vhost_www.conf | 21 --------------------- 1 file changed, 21 deletions(-) (limited to 'deployment/websites/templates/vhost_www.conf') diff --git a/deployment/websites/templates/vhost_www.conf b/deployment/websites/templates/vhost_www.conf index 5773670d..6f9ce779 100644 --- a/deployment/websites/templates/vhost_www.conf +++ b/deployment/websites/templates/vhost_www.conf @@ -1,24 +1,3 @@ Redirect /wiki https://wiki.mageia.org/# -ProxyRequests Off - - - Order deny,allow - Allow from all - - -<%- if use_ssl then - protocol = 'https://' - else - protocol = 'http://' - end --%> -<%- if use_ssl -%> -SSLProxyEngine On -<%- end -%> - -ProxyPreserveHost On -ProxyPass /mailman/ <%= protocol %>://ryu.zarb.org/mailman/ -ProxyPassReverse /mailman/ <%= protocol %>://ryu.zarb.org/mailman/ - php_value short_open_tag false -- cgit v1.2.1