mirror of
https://github.com/bjc/prosody.git
synced 2025-04-03 21:27:38 +03:00
prosody.cfg.lua.dist: Remove lie about requiring console_enabled
This commit is contained in:
parent
2f8bd04c9c
commit
f3a1c08111
1 changed files with 1 additions and 1 deletions
|
@ -63,7 +63,7 @@ Host "*"
|
|||
|
||||
-- Other specific functionality
|
||||
--"posix"; -- POSIX functionality, sends server to background, enables syslog, etc.
|
||||
--"console"; -- telnet to port 5582 (needs console_enabled = true)
|
||||
--"console"; -- Opens admin telnet interface on localhost port 5582
|
||||
--"bosh"; -- Enable BOSH clients, aka "Jabber over HTTP"
|
||||
--"httpserver"; -- Serve static files from a directory over HTTP
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue