mirror of
https://github.com/caddyserver/caddy.git
synced 2025-02-25 09:18:56 +01:00
httpserver: Register 'wkd' (Web Key Directory) directive (#2239)
This commit is contained in:
parent
bb5b01c911
commit
be84b74d01
1 changed files with 1 additions and 0 deletions
|
@ -657,6 +657,7 @@ var directives = []string{
|
||||||
"grpc", // github.com/pieterlouw/caddy-grpc
|
"grpc", // github.com/pieterlouw/caddy-grpc
|
||||||
"gopkg", // github.com/zikes/gopkg
|
"gopkg", // github.com/zikes/gopkg
|
||||||
"restic", // github.com/restic/caddy
|
"restic", // github.com/restic/caddy
|
||||||
|
"wkd", // github.com/emersion/caddy-wkd
|
||||||
}
|
}
|
||||||
|
|
||||||
const (
|
const (
|
||||||
|
|
Loading…
Reference in a new issue