From 79e294148659e7914c50246306a531a3dca5e9af Mon Sep 17 00:00:00 2001 From: Christoph Date: Wed, 2 May 2018 02:48:39 +0200 Subject: [PATCH] README.AuthType-Basic.md: Add a simple method to allow /.well-known path. --- README.AuthType-Basic.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.AuthType-Basic.md b/README.AuthType-Basic.md index 4893da8..d061631 100644 --- a/README.AuthType-Basic.md +++ b/README.AuthType-Basic.md @@ -30,3 +30,9 @@ SetEnvIf Request_URI ^/.well-known/acme-challenge(.*) allow Require env allow + +oder noch etwas einfacher: + + + Require all granted +