# HG changeset patch # User Kim Alvefur # Date 1633280715 -7200 # Node ID bd86ab8122d9b224ef245babe06f2b0c141cbec2 # Parent 30ca1be538291d854be56b41770f4b62919b1c97 util.prosodyctl.check: Add two known globals from mod_http diff -r 30ca1be53829 -r bd86ab8122d9 util/prosodyctl/check.lua --- a/util/prosodyctl/check.lua Fri Oct 01 01:05:16 2021 +0200 +++ b/util/prosodyctl/check.lua Sun Oct 03 19:05:15 2021 +0200 @@ -159,6 +159,8 @@ "http_errors_default_message", "http_errors_detailed", "http_errors_messages", + "http_max_buffer_size", + "http_max_content_size", "installer_plugin_path", "limits", "limits_resolution",