aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNicolas Lécureuil <neoclust@mageia.org>2017-04-18 09:25:14 +0200
committerNicolas Lécureuil <neoclust@mageia.org>2017-04-18 09:25:14 +0200
commit3e6d0140b70f449a3f2031ddba23aac2e5e167eb (patch)
treeb9315348a761e17689a66147a188281bb4530c98
parent47dc7b0436ff850266869b6b3678d767bfe8fb65 (diff)
downloadpuppet-3e6d0140b70f449a3f2031ddba23aac2e5e167eb.tar
puppet-3e6d0140b70f449a3f2031ddba23aac2e5e167eb.tar.gz
puppet-3e6d0140b70f449a3f2031ddba23aac2e5e167eb.tar.bz2
puppet-3e6d0140b70f449a3f2031ddba23aac2e5e167eb.tar.xz
puppet-3e6d0140b70f449a3f2031ddba23aac2e5e167eb.zip
Sympa: Adapt to apache 2.4
-rw-r--r--modules/sympa/templates/vhost_ml.conf3
1 files changed, 1 insertions, 2 deletions
diff --git a/modules/sympa/templates/vhost_ml.conf b/modules/sympa/templates/vhost_ml.conf
index ab03b919..c15ec069 100644
--- a/modules/sympa/templates/vhost_ml.conf
+++ b/modules/sympa/templates/vhost_ml.conf
@@ -8,6 +8,5 @@
Alias /static-sympa /var/lib/sympa/static_content
<Directory /var/lib/sympa/static_content>
- Order allow,deny
- Allow from all
+ Require all granted
</Directory>