aboutsummaryrefslogtreecommitdiffstats
path: root/deployment/websites/templates/vhost_www.conf
blob: 5773670d1707d442eb099a36706878a08e7ae444 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
Redirect /wiki https://wiki.mageia.org/#

ProxyRequests Off

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

<%- 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