mirror of
https://github.com/caddyserver/caddy.git
synced 2024-11-25 17:56:34 +08:00
httpserver: Add 'supervisor' directive (#2061)
This commit is contained in:
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
Block a user