From 3a8093fb12d4f8b6268344f6eaa70680108114ff Mon Sep 17 00:00:00 2001 From: Jeremy Lecour Date: Tue, 18 Jul 2017 20:13:58 +0200 Subject: [PATCH] Apache: use "Require" http://httpd.apache.org/docs/2.4/howto/auth.html --- apache/files/evolinux-defaults.conf | 2 +- evoacme/templates/apache.conf.j2 | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/apache/files/evolinux-defaults.conf b/apache/files/evolinux-defaults.conf index 9eba4f6e..af2b4089 100644 --- a/apache/files/evolinux-defaults.conf +++ b/apache/files/evolinux-defaults.conf @@ -12,5 +12,5 @@ MaxRequestsPerChild 0 AllowOverride None Require all granted - Deny from env=GoAway + Require not env GoAway diff --git a/evoacme/templates/apache.conf.j2 b/evoacme/templates/apache.conf.j2 index 6cd3d2ea..014c4d3f 100644 --- a/evoacme/templates/apache.conf.j2 +++ b/evoacme/templates/apache.conf.j2 @@ -7,6 +7,5 @@ Alias /.well-known/acme-challenge {{ evoacme_acme_dir }}/.well-known/acme-challenge Options -Indexes - Allow from all Require all granted