Comparison

prosody.cfg.lua.dist @ 10422:cb6c0a5f9367

prosody.cfg.lua.dist: Remove mention of syslog near mod_posix The syslog sink was moved out of mod_posix into core.loggingmanager in 1460c4966262 See #541
author Kim Alvefur <zash@zash.se>
date Tue, 19 Nov 2019 17:38:38 +0100
parent 10176:9178d18a4ed7
child 11560:3bbb1af92514
comparison
equal deleted inserted replaced
10421:09b54ad0fdc4 10422:cb6c0a5f9367
90 -- to disable them then uncomment them here: 90 -- to disable them then uncomment them here:
91 modules_disabled = { 91 modules_disabled = {
92 -- "offline"; -- Store offline messages 92 -- "offline"; -- Store offline messages
93 -- "c2s"; -- Handle client connections 93 -- "c2s"; -- Handle client connections
94 -- "s2s"; -- Handle server-to-server connections 94 -- "s2s"; -- Handle server-to-server connections
95 -- "posix"; -- POSIX functionality, sends server to background, enables syslog, etc. 95 -- "posix"; -- POSIX functionality, sends server to background, etc.
96 } 96 }
97 97
98 -- Disable account creation by default, for security 98 -- Disable account creation by default, for security
99 -- For more information see https://prosody.im/doc/creating_accounts 99 -- For more information see https://prosody.im/doc/creating_accounts
100 allow_registration = false 100 allow_registration = false