diff options
author | Michael Scherer <misc@mageia.org> | 2010-12-09 12:34:32 +0000 |
---|---|---|
committer | Michael Scherer <misc@mageia.org> | 2010-12-09 12:34:32 +0000 |
commit | bed115a5745f7a4b6d476bd046b60f21a880e173 (patch) | |
tree | d2aeb57b9e9ad469324a970038aa9067526f772d /modules/sympa | |
parent | 65b6fd7ece7eca35163cf0edd69b28705bd309ed (diff) | |
download | puppet-bed115a5745f7a4b6d476bd046b60f21a880e173.tar puppet-bed115a5745f7a4b6d476bd046b60f21a880e173.tar.gz puppet-bed115a5745f7a4b6d476bd046b60f21a880e173.tar.bz2 puppet-bed115a5745f7a4b6d476bd046b60f21a880e173.tar.xz puppet-bed115a5745f7a4b6d476bd046b60f21a880e173.zip |
simplify the declaration
Diffstat (limited to 'modules/sympa')
-rw-r--r-- | modules/sympa/templates/vhost_ml.conf | 6 |
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> |