Software /
code /
prosody
Changeset
6751:18f18bceb662
prosodyctl: check: Add some more known global config options
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Sun, 05 Jul 2015 22:20:29 +0200 |
parents | 6748:ccf4fcfc2024 |
children | 6752:3cc2bc9c1bff |
files | prosodyctl |
diffstat | 1 files changed, 2 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/prosodyctl Thu Jul 02 22:32:44 2015 +0200 +++ b/prosodyctl Sun Jul 05 22:20:29 2015 +0200 @@ -841,7 +841,8 @@ }); 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)