aboutsummaryrefslogtreecommitdiffstats
path: root/snippets/apache2.conf
diff options
context:
space:
mode:
Diffstat (limited to 'snippets/apache2.conf')
-rw-r--r--snippets/apache2.conf3
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>