README.AuthType-Basic.md: Add a simple method to allow /.well-known path.
This commit is contained in:
parent
11bc5c4199
commit
79e2941486
@ -30,3 +30,9 @@
|
|||||||
SetEnvIf Request_URI ^/.well-known/acme-challenge(.*) allow
|
SetEnvIf Request_URI ^/.well-known/acme-challenge(.*) allow
|
||||||
Require env allow
|
Require env allow
|
||||||
</Location>
|
</Location>
|
||||||
|
|
||||||
|
oder noch etwas einfacher:
|
||||||
|
|
||||||
|
<Location /.well-known>
|
||||||
|
Require all granted
|
||||||
|
</Location>
|
||||||
|
Loading…
Reference in New Issue
Block a user