|
@@ -45,7 +45,7 @@ modules_enabled = {
|
45
|
45
|
-- Not essential, but recommended
|
46
|
46
|
"private"; -- Private XML storage (for room bookmarks, etc.)
|
47
|
47
|
"vcard"; -- Allow users to set vCards
|
48
|
|
-
|
|
48
|
+
|
49
|
49
|
-- These are commented by default as they have a performance impact
|
50
|
50
|
--"privacy"; -- Support privacy lists
|
51
|
51
|
"compression"; -- Stream compression (requires the lua-zlib package installed)
|
|
@@ -181,6 +181,13 @@ VirtualHost "jitsi.example.com"
|
181
|
181
|
|
182
|
182
|
c2s_require_encryption = false
|
183
|
183
|
|
|
184
|
+VirtualHost "auth.jitsi.example.com"
|
|
185
|
+ ssl = {
|
|
186
|
+ key = "/var/lib/prosody/auth.jitsi.example.com.key";
|
|
187
|
+ certificate = "/var/lib/prosody/auth.jitsi.example.com.crt";
|
|
188
|
+ }
|
|
189
|
+ authentication = "internal_plain"
|
|
190
|
+
|
184
|
191
|
------ Components ------
|
185
|
192
|
-- You can specify components to add hosts that provide special services,
|
186
|
193
|
-- like multi-user conferences, and transports.
|