aboutsummaryrefslogtreecommitdiffstats
path: root/modules/sympa/templates/vhost_ml.conf
blob: c15ec0699fd84188cc8b5b76144faf726c3ebec0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
    RewriteEngine On
    RewriteRule ^/?$ /l/home [R]
    RewriteRule ^/l$ /l/
    RewriteRule ^/l/(.*)$ /wwsympa-wrapper.fcgi/$1

    DocumentRoot <%= lib_dir + "/sympa/cgi" %>

    Alias /static-sympa /var/lib/sympa/static_content

    <Directory /var/lib/sympa/static_content>
        Require all granted
    </Directory>