mirror of
https://github.com/caddyserver/caddy.git
synced 2026-06-29 21:31:41 +00:00
New 'timeouts' directive to configure timeouts; default timeouts enabled (#1368)
This commit is contained in:
parent
205aee6662
commit
d8d339740b
8 changed files with 457 additions and 11 deletions
|
|
@ -415,7 +415,8 @@ var directives = []string{
|
|||
// primitive actions that set up the fundamental vitals of each config
|
||||
"root",
|
||||
"bind",
|
||||
"maxrequestbody",
|
||||
"maxrequestbody", // TODO: 'limits'
|
||||
"timeouts",
|
||||
"tls",
|
||||
|
||||
// services/utilities, or other directives that don't necessarily inject handlers
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue