And also for Caddyfile
parent
feb56af0d0
commit
b5bec6c471
|
@ -32,7 +32,7 @@ Configure your webserver to respond statelessly to challenges for a given accoun
|
||||||
```
|
```
|
||||||
### CADDY
|
### CADDY
|
||||||
Add something similar to your `Caddyfile`:
|
Add something similar to your `Caddyfile`:
|
||||||
```
|
```Caddyfile
|
||||||
example.com {
|
example.com {
|
||||||
@achallenge {
|
@achallenge {
|
||||||
path_regexp ch ^/\.well-known/acme-challenge/([-_a-zA-Z0-9]+)$
|
path_regexp ch ^/\.well-known/acme-challenge/([-_a-zA-Z0-9]+)$
|
||||||
|
|
Loading…
Reference in New Issue