mirror of
https://github.com/caddyserver/caddy.git
synced 2025-02-02 14:17:01 +01:00
httpserver: Add grpc plugin directive (#1694)
* Add grpc plugin directive * Update plugin.go Removed whitespace line * Update plugin.go
This commit is contained in:
parent
6ab0d8d8d9
commit
20a047f7e1
1 changed files with 1 additions and 0 deletions
|
@ -490,6 +490,7 @@ var directives = []string{
|
||||||
"hugo", // github.com/hacdias/caddy-hugo
|
"hugo", // github.com/hacdias/caddy-hugo
|
||||||
"mailout", // github.com/SchumacherFM/mailout
|
"mailout", // github.com/SchumacherFM/mailout
|
||||||
"awslambda", // github.com/coopernurse/caddy-awslambda
|
"awslambda", // github.com/coopernurse/caddy-awslambda
|
||||||
|
"grpc", // github.com/pieterlouw/caddy-grpc
|
||||||
}
|
}
|
||||||
|
|
||||||
const (
|
const (
|
||||||
|
|
Loading…
Reference in a new issue