New 'timeouts' directive to configure timeouts; default timeouts enabled (#1368)

This commit is contained in:
Matt Holt
2017-01-24 08:15:25 -07:00
committed by GitHub
parent 205aee6662
commit d8d339740b
8 changed files with 457 additions and 11 deletions

View File

@@ -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