Hide the example config so that prosodyctl check does not complain.
This commit is contained in:
@@ -7,10 +7,10 @@ VirtualHost "example.com"
|
|||||||
-- set in the global section (if any).
|
-- set in the global section (if any).
|
||||||
-- Note that old-style SSL on port 5223 only supports one certificate, and will always
|
-- Note that old-style SSL on port 5223 only supports one certificate, and will always
|
||||||
-- use the global one.
|
-- use the global one.
|
||||||
ssl = {
|
--ssl = {
|
||||||
key = "/etc/prosody/certs/example.com/privkey.pem";
|
-- key = "/etc/prosody/certs/example.com/privkey.pem";
|
||||||
certificate = "/etc/prosody/certs/example.com/fullchain.pem";
|
-- certificate = "/etc/prosody/certs/example.com/fullchain.pem";
|
||||||
}
|
-- }
|
||||||
|
|
||||||
------ Components ------
|
------ Components ------
|
||||||
-- You can specify components to add hosts that provide special services,
|
-- You can specify components to add hosts that provide special services,
|
||||||
@@ -18,7 +18,7 @@ VirtualHost "example.com"
|
|||||||
-- For more information on components, see http://prosody.im/doc/components
|
-- For more information on components, see http://prosody.im/doc/components
|
||||||
|
|
||||||
-- Set up a MUC (multi-user chat) room server on conference.example.com:
|
-- Set up a MUC (multi-user chat) room server on conference.example.com:
|
||||||
Component "conference.example.com" "muc"
|
--Component "conference.example.com" "muc"
|
||||||
|
|
||||||
-- Set up a SOCKS5 bytestream proxy for server-proxied file transfers:
|
-- Set up a SOCKS5 bytestream proxy for server-proxied file transfers:
|
||||||
--Component "proxy.example.com" "proxy65"
|
--Component "proxy.example.com" "proxy65"
|
||||||
|
|||||||
Reference in New Issue
Block a user