diff options
author | Kim Alvefur <zash@zash.se> | 2021-10-03 19:05:15 +0200 |
---|---|---|
committer | Kim Alvefur <zash@zash.se> | 2021-10-03 19:05:15 +0200 |
commit | 841384e7beaa5279a9f8925dcc379dc5032e217b (patch) | |
tree | efe751d588e50f4cf49bc1767f311baae9943064 | |
parent | a64317c9d0cc434d72508d94b4a6a8dced5adafe (diff) | |
download | prosody-841384e7beaa5279a9f8925dcc379dc5032e217b.tar.gz prosody-841384e7beaa5279a9f8925dcc379dc5032e217b.zip |
util.prosodyctl.check: Add two known globals from mod_http
-rw-r--r-- | util/prosodyctl/check.lua | 2 |
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", |