From 5292b8232a0cb961cc2d301556a179505ba98dee Mon Sep 17 00:00:00 2001 From: Kim Alvefur Date: Sun, 5 Jul 2015 22:20:29 +0200 Subject: prosodyctl: check: Add some more known global config options --- prosodyctl | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'prosodyctl') 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) -- cgit v1.2.3