mirror of
https://github.com/caddyserver/caddy.git
synced 2025-01-15 23:36:26 +03: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
|
||||
"gopkg", // github.com/zikes/gopkg
|
||||
"restic", // github.com/restic/caddy
|
||||
"wkd", // github.com/emersion/caddy-wkd
|
||||
}
|
||||
|
||||
const (
|
||||
|
|
Loading…
Reference in a new issue