mirror of
https://github.com/bjc/prosody.git
synced 2025-04-04 13:47:41 +03:00
prosody.cfg.lua.dist: mod_posix is enabled by default on posix platforms now
This commit is contained in:
parent
add9033b9b
commit
18f7ffec15
1 changed files with 1 additions and 1 deletions
|
@ -63,7 +63,6 @@ modules_enabled = {
|
||||||
--"http_files"; -- Serve static files from a directory over HTTP
|
--"http_files"; -- Serve static files from a directory over HTTP
|
||||||
|
|
||||||
-- Other specific functionality
|
-- Other specific functionality
|
||||||
--"posix"; -- POSIX functionality, sends server to background, enables syslog, etc.
|
|
||||||
--"groups"; -- Shared roster support
|
--"groups"; -- Shared roster support
|
||||||
--"announce"; -- Send announcement to all online users
|
--"announce"; -- Send announcement to all online users
|
||||||
--"welcome"; -- Welcome users who register accounts
|
--"welcome"; -- Welcome users who register accounts
|
||||||
|
@ -78,6 +77,7 @@ modules_disabled = {
|
||||||
-- "offline"; -- Store offline messages
|
-- "offline"; -- Store offline messages
|
||||||
-- "c2s"; -- Handle client connections
|
-- "c2s"; -- Handle client connections
|
||||||
-- "s2s"; -- Handle server-to-server connections
|
-- "s2s"; -- Handle server-to-server connections
|
||||||
|
-- "posix"; -- POSIX functionality, sends server to background, enables syslog, etc.
|
||||||
}
|
}
|
||||||
|
|
||||||
-- Disable account creation by default, for security
|
-- Disable account creation by default, for security
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue