httpserver: Add 'supervisor' directive (#2061)
parent
4d9ee000c8
commit
b33b24fc9e
|
@ -551,6 +551,7 @@ var directives = []string{
|
||||||
"startup", // TODO: Deprecate this directive
|
"startup", // TODO: Deprecate this directive
|
||||||
"shutdown", // TODO: Deprecate this directive
|
"shutdown", // TODO: Deprecate this directive
|
||||||
"on",
|
"on",
|
||||||
|
"supervisor", // github.com/lucaslorentz/caddy-supervisor
|
||||||
"request_id",
|
"request_id",
|
||||||
"realip", // github.com/captncraig/caddy-realip
|
"realip", // github.com/captncraig/caddy-realip
|
||||||
"git", // github.com/abiosoft/caddy-git
|
"git", // github.com/abiosoft/caddy-git
|
||||||
|
|
Loading…
Reference in New Issue