aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--modules/sympa/templates/vhost_ml.conf9
1 files changed, 9 insertions, 0 deletions
diff --git a/modules/sympa/templates/vhost_ml.conf b/modules/sympa/templates/vhost_ml.conf
index 439f4bb0..1f3b17f7 100644
--- a/modules/sympa/templates/vhost_ml.conf
+++ b/modules/sympa/templates/vhost_ml.conf
@@ -7,4 +7,13 @@ path_cgi_directory = lib_dir + "/sympa/cgi"
<Location />
Allow from all
</Location>
+
+ Alias /static-sympa /var/lib/sympa/static_content
+
+ <Directory /var/lib/sympa/static_content>
+ Order allow,deny
+ Allow from all
+ </Directory>
+
+
</VirtualHost>