mirror of
https://github.com/caddyserver/caddy.git
synced 2026-07-05 00:13:18 +00:00
* Create request_id directive #1590 * Address Comments * Fix TestListenerAddrEqual * requestid: Add some tests * Address Comments by tobya * Address Comments
This commit is contained in:
parent
b0ab3d4281
commit
133ed18374
12 changed files with 346 additions and 1 deletions
|
|
@ -443,6 +443,7 @@ var directives = []string{
|
|||
// services/utilities, or other directives that don't necessarily inject handlers
|
||||
"startup",
|
||||
"shutdown",
|
||||
"requestid",
|
||||
"realip", // github.com/captncraig/caddy-realip
|
||||
"git", // github.com/abiosoft/caddy-git
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue