blob: b52c310fa6b36fb1cd77a88f0558e430be05420d (
plain)
1
2
3
4
5
6
7
8
9
10
|
DocumentRoot <%= lib_dir + "/sympa/cgi" %>
Alias /static-sympa /var/lib/sympa/static_content
<Directory /var/lib/sympa/static_content>
Order allow,deny
Allow from all
</Directory>
|