diff options
author | Kim Alvefur <zash@zash.se> | 2014-03-22 14:53:17 +0100 |
---|---|---|
committer | Kim Alvefur <zash@zash.se> | 2014-03-22 14:53:17 +0100 |
commit | 03559cb06e7abb0245c2a73c75ad9a49297b48f6 (patch) | |
tree | 39faaa487ad4eb4067205a25f1e8afc096a45084 /prosody.cfg.lua.dist | |
parent | 01628b047bf869c89a4083f57e283bbf663d8a1b (diff) | |
download | prosody-03559cb06e7abb0245c2a73c75ad9a49297b48f6.tar.gz prosody-03559cb06e7abb0245c2a73c75ad9a49297b48f6.zip |
prosody.cfg.lua.dist: mod_posix is enabled by default on posix platforms now
Diffstat (limited to 'prosody.cfg.lua.dist')
-rw-r--r-- | prosody.cfg.lua.dist | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/prosody.cfg.lua.dist b/prosody.cfg.lua.dist index 1d11a658..ade219a8 100644 --- a/prosody.cfg.lua.dist +++ b/prosody.cfg.lua.dist @@ -63,7 +63,6 @@ modules_enabled = { --"http_files"; -- Serve static files from a directory over HTTP -- Other specific functionality - --"posix"; -- POSIX functionality, sends server to background, enables syslog, etc. --"groups"; -- Shared roster support --"announce"; -- Send announcement to all online users --"welcome"; -- Welcome users who register accounts @@ -78,6 +77,7 @@ modules_disabled = { -- "offline"; -- Store offline messages -- "c2s"; -- Handle client connections -- "s2s"; -- Handle server-to-server connections + -- "posix"; -- POSIX functionality, sends server to background, enables syslog, etc. } -- Disable account creation by default, for security |