mirror of
https://github.com/caddyserver/caddy.git
synced 2026-06-29 21:31:41 +00:00
Add maxrequestbody directive (#1163)
This commit is contained in:
parent
63f749112b
commit
0cdaaba4b8
9 changed files with 438 additions and 2 deletions
|
|
@ -393,6 +393,7 @@ var directives = []string{
|
|||
// primitive actions that set up the fundamental vitals of each config
|
||||
"root",
|
||||
"bind",
|
||||
"maxrequestbody",
|
||||
"tls",
|
||||
|
||||
// services/utilities, or other directives that don't necessarily inject handlers
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue