aboutsummaryrefslogtreecommitdiffstats
path: root/util
diff options
context:
space:
mode:
authorKim Alvefur <zash@zash.se>2021-10-03 19:05:15 +0200
committerKim Alvefur <zash@zash.se>2021-10-03 19:05:15 +0200
commit841384e7beaa5279a9f8925dcc379dc5032e217b (patch)
treeefe751d588e50f4cf49bc1767f311baae9943064 /util
parenta64317c9d0cc434d72508d94b4a6a8dced5adafe (diff)
downloadprosody-841384e7beaa5279a9f8925dcc379dc5032e217b.tar.gz
prosody-841384e7beaa5279a9f8925dcc379dc5032e217b.zip
util.prosodyctl.check: Add two known globals from mod_http
Diffstat (limited to 'util')
-rw-r--r--util/prosodyctl/check.lua2
1 files changed, 2 insertions, 0 deletions
diff --git a/util/prosodyctl/check.lua b/util/prosodyctl/check.lua
index 29feb8ae..d184fba1 100644
--- a/util/prosodyctl/check.lua
+++ b/util/prosodyctl/check.lua
@@ -159,6 +159,8 @@ local function check(arg)
"http_errors_default_message",
"http_errors_detailed",
"http_errors_messages",
+ "http_max_buffer_size",
+ "http_max_content_size",
"installer_plugin_path",
"limits",
"limits_resolution",