diff options
author | Nicolas Vigier <boklm@mageia.org> | 2011-03-02 19:59:19 +0000 |
---|---|---|
committer | Nicolas Vigier <boklm@mageia.org> | 2011-03-02 19:59:19 +0000 |
commit | 8a13d6a0169337e7d2877121f93b85eb8fa58cda (patch) | |
tree | 784c49c182af50f97e17676d119e36f1e2a4cbef | |
parent | d6bd706eaeaca53b9e8ca6389a51d6f41e87198c (diff) | |
download | puppet-8a13d6a0169337e7d2877121f93b85eb8fa58cda.tar puppet-8a13d6a0169337e7d2877121f93b85eb8fa58cda.tar.gz puppet-8a13d6a0169337e7d2877121f93b85eb8fa58cda.tar.bz2 puppet-8a13d6a0169337e7d2877121f93b85eb8fa58cda.tar.xz puppet-8a13d6a0169337e7d2877121f93b85eb8fa58cda.zip |
remove <Location /> as it is already set by vhost_base
-rw-r--r-- | modules/sympa/templates/vhost_ml.conf | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/modules/sympa/templates/vhost_ml.conf b/modules/sympa/templates/vhost_ml.conf index f8441677..b52c310f 100644 --- a/modules/sympa/templates/vhost_ml.conf +++ b/modules/sympa/templates/vhost_ml.conf @@ -1,8 +1,5 @@ DocumentRoot <%= lib_dir + "/sympa/cgi" %> - <Location /> - Allow from all - </Location> Alias /static-sympa /var/lib/sympa/static_content |