Skip to content
Snippets Groups Projects
Commit e31bd902 authored by Leigh B. Stoller's avatar Leigh B. Stoller
Browse files

Limit requests to 2MB

parent 73a750e2
No related branches found
No related tags found
No related merge requests found
......@@ -370,6 +370,11 @@ ServerAdmin @TBOPSEMAIL_NOSLASH@
#
#ServerName new.host.name
#
# Emulab likes a limited request size.
#
LimitRequestBody 2097152
#
# DocumentRoot: The directory out of which you will serve your
# documents. By default, all requests are taken from this directory, but
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment