Remove host config and add gitignore change meant for last commit.
This commit is contained in:
@@ -62,3 +62,7 @@ PROD-*
|
|||||||
Dev-*
|
Dev-*
|
||||||
dev-*
|
dev-*
|
||||||
DEV-*
|
DEV-*
|
||||||
|
|
||||||
|
# Ignore custom Prosody hosts.
|
||||||
|
Config/Prosody/conf.avail/*
|
||||||
|
|
||||||
|
|||||||
@@ -1,25 +0,0 @@
|
|||||||
VirtualHost "hyperling.com"
|
|
||||||
|
|
||||||
-- Assign this host a certificate for TLS, otherwise it would use the one
|
|
||||||
-- set in the global section (if any).
|
|
||||||
-- Note that old-style SSL on port 5223 only supports one certificate, and will always
|
|
||||||
-- use the global one.
|
|
||||||
ssl = {
|
|
||||||
key = "/etc/prosody/certs/hyperling.com/privkey.pem";
|
|
||||||
certificate = "/etc/prosody/certs/hyperling.com/fullchain.pem";
|
|
||||||
}
|
|
||||||
|
|
||||||
------ Components ------
|
|
||||||
-- You can specify components to add hosts that provide special services,
|
|
||||||
-- like multi-user conferences, and transports.
|
|
||||||
-- For more information on components, see http://prosody.im/doc/components
|
|
||||||
|
|
||||||
-- Set up a MUC (multi-user chat) room server on conference.example.com:
|
|
||||||
Component "conference.hyperling.com" "muc"
|
|
||||||
|
|
||||||
-- Set up a SOCKS5 bytestream proxy for server-proxied file transfers:
|
|
||||||
--Component "proxy.example.com" "proxy65"
|
|
||||||
|
|
||||||
---Set up an external component (default component port is 5347)
|
|
||||||
--Component "gateway.example.com"
|
|
||||||
-- component_secret = "password"
|
|
||||||
Reference in New Issue
Block a user