mirror of
https://github.com/caddyserver/caddy.git
synced 2026-08-03 22:33:28 +00:00
Implement 'http.on' plugin and replace UUID lib (#1864)
* Implement 'command' plugin * Rename 'command' to 'on' * Split this PR
This commit is contained in:
parent
f9cba03d25
commit
118cf5f240
25 changed files with 1096 additions and 218 deletions
|
|
@ -455,8 +455,9 @@ var directives = []string{
|
|||
"tls",
|
||||
|
||||
// services/utilities, or other directives that don't necessarily inject handlers
|
||||
"startup",
|
||||
"shutdown",
|
||||
"startup", // TODO: Deprecate this directive
|
||||
"shutdown", // TODO: Deprecate this directive
|
||||
"on",
|
||||
"request_id",
|
||||
"realip", // github.com/captncraig/caddy-realip
|
||||
"git", // github.com/abiosoft/caddy-git
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue