README.AuthType-Basic.md: Add a simple method to allow /.well-known path.

This commit is contained in:
Christoph 2018-05-02 02:48:39 +02:00
parent 11bc5c4199
commit 79e2941486

View File

@ -30,3 +30,9 @@
SetEnvIf Request_URI ^/.well-known/acme-challenge(.*) allow
Require env allow
</Location>
oder noch etwas einfacher:
<Location /.well-known>
Require all granted
</Location>