Comparison

prosody.cfg.lua.dist @ 12343:310bd427901c

prosody.cfg.lua.dist: Remove example certificate, this should just work
author Kim Alvefur <zash@zash.se>
date Sun, 13 Feb 2022 21:52:43 +0100
parent 12341:48aa833f9649
child 12344:4f2e77185db4
comparison
equal deleted inserted replaced
12342:cba0b93320b7 12343:310bd427901c
216 -- Prosody requires at least one enabled VirtualHost to function. You can 216 -- Prosody requires at least one enabled VirtualHost to function. You can
217 -- safely remove or disable 'localhost' once you have added another. 217 -- safely remove or disable 'localhost' once you have added another.
218 218
219 219
220 --VirtualHost "example.com" 220 --VirtualHost "example.com"
221 -- certificate = "/path/to/example.crt"
222 221
223 ------ Components ------ 222 ------ Components ------
224 -- You can specify components to add hosts that provide special services, 223 -- You can specify components to add hosts that provide special services,
225 -- like multi-user conferences, and transports. 224 -- like multi-user conferences, and transports.
226 -- For more information on components, see https://prosody.im/doc/components 225 -- For more information on components, see https://prosody.im/doc/components