mirror of
https://github.com/caddyserver/caddy.git
synced 2024-11-29 12:16:16 +08: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
|
@ -490,6 +490,7 @@ var directives = []string{
|
|||
"hugo", // github.com/hacdias/caddy-hugo
|
||||
"mailout", // github.com/SchumacherFM/mailout
|
||||
"awslambda", // github.com/coopernurse/caddy-awslambda
|
||||
"grpc", // github.com/pieterlouw/caddy-grpc
|
||||
}
|
||||
|
||||
const (
|
||||
|
|
Loading…
Reference in New Issue
Block a user