aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--modules/sympa/templates/vhost_ml.conf6
1 files changed, 2 insertions, 4 deletions
diff --git a/modules/sympa/templates/vhost_ml.conf b/modules/sympa/templates/vhost_ml.conf
index d8208625..acdbc8e8 100644
--- a/modules/sympa/templates/vhost_ml.conf
+++ b/modules/sympa/templates/vhost_ml.conf
@@ -3,10 +3,8 @@
SSLEngine on
SSLCertificateFile /etc/ssl/apache/ml.<%= domain %>.pem
SSLCertificateKeyFile /etc/ssl/apache/ml.<%= domain %>.pem
-<%-
-path_cgi_directory = lib_dir + "/sympa/cgi"
--%>
- DocumentRoot <%= path_cgi_directory %>
+
+ DocumentRoot <%= lib_dir + "/sympa/cgi" %>
<Location />
Allow from all
</Location>