aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKim Alvefur <zash@zash.se>2015-07-05 22:20:29 +0200
committerKim Alvefur <zash@zash.se>2015-07-05 22:20:29 +0200
commit19ac6e09eb3da1e0674ee4cb6cffc2cd88a64b43 (patch)
tree348c092dd41694cbb0f3c304e7eb8558a8873d14
parentc9035dd6cdab062206e57e3df9415cb8e6f0bc0a (diff)
downloadprosody-19ac6e09eb3da1e0674ee4cb6cffc2cd88a64b43.tar.gz
prosody-19ac6e09eb3da1e0674ee4cb6cffc2cd88a64b43.zip
prosodyctl: check: Add some more known global config options
-rwxr-xr-xprosodyctl3
1 files changed, 2 insertions, 1 deletions
diff --git a/prosodyctl b/prosodyctl
index 6c4b148a..a67f3dbd 100755
--- a/prosodyctl
+++ b/prosodyctl
@@ -841,7 +841,8 @@ function commands.check(arg)
});
local known_global_options = set.new({
"pidfile", "log", "plugin_paths", "prosody_user", "prosody_group", "daemonize",
- "umask", "prosodyctl_timeout", "use_ipv6", "use_libevent", "network_settings"
+ "umask", "prosodyctl_timeout", "use_ipv6", "use_libevent", "network_settings",
+ "network_backend", "http_default_host",
});
local config = config.getconfig();
-- Check that we have any global options (caused by putting a host at the top)