diff options
author | Guilhem Moulin <guilhem@fripost.org> | 2020-08-03 22:39:29 +0200 |
---|---|---|
committer | Guilhem Moulin <guilhem@fripost.org> | 2020-08-04 00:00:00 +0200 |
commit | d9946b9ab478026defed364485d970b4041e1a2a (patch) | |
tree | 93d54130ff9b9756316166c177daa5d560441648 /snippets | |
parent | 294bc39102e9263a268b58fe29e03c9983ccfeca (diff) |
Adapt Apache2 snippet to Apache2 2.4.
Diffstat (limited to 'snippets')
-rw-r--r-- | snippets/apache2.conf | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/snippets/apache2.conf b/snippets/apache2.conf index e1d56a9..c42a9fb 100644 --- a/snippets/apache2.conf +++ b/snippets/apache2.conf @@ -6,7 +6,6 @@ <Location /.well-known/acme-challenge/> ProxyPass unix:///run/lacme-www.socket|http://localhost/.well-known/acme-challenge/ - Order allow,deny - Allow from all + Require all granted </Location> |