mirror of
https://github.com/caddyserver/caddy.git
synced 2026-05-24 08:26:58 -04:00
New 'timeouts' directive to configure timeouts; default timeouts enabled (#1368)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user