diff options
author | Kim Alvefur <zash@zash.se> | 2015-07-05 22:20:29 +0200 |
---|---|---|
committer | Kim Alvefur <zash@zash.se> | 2015-07-05 22:20:29 +0200 |
commit | 5292b8232a0cb961cc2d301556a179505ba98dee (patch) | |
tree | 348c092dd41694cbb0f3c304e7eb8558a8873d14 /prosodyctl | |
parent | 3dd49f5620ef6860767fee2904399a77e242e10e (diff) | |
download | prosody-5292b8232a0cb961cc2d301556a179505ba98dee.tar.gz prosody-5292b8232a0cb961cc2d301556a179505ba98dee.zip |
prosodyctl: check: Add some more known global config options
Diffstat (limited to 'prosodyctl')
-rwxr-xr-x | prosodyctl | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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) |