prosody/templates/prosody.cfg.lua.j2
changeset 23 b4ad03deace1
child 45 2d7ba960b157
equal deleted inserted replaced
22:adeda2afeb75 23:b4ad03deace1
       
     1 VirtualHost "{{prosody_vhost}}"
       
     2         ssl = {
       
     3                 key = "{{prosody_ssl_privkey}}";
       
     4                 certificate = "{{prosody_ssl_cert}}";
       
     5                 }
       
     6 
       
     7 ------ Components ------
       
     8 -- You can specify components to add hosts that provide special services,
       
     9 -- like multi-user conferences, and transports.
       
    10 -- For more information on components, see http://prosody.im/doc/components
       
    11 
       
    12 -- Set up a MUC (multi-user chat) room server on conference.example.com:
       
    13 --Component "conference.example.com" "muc"
       
    14 
       
    15 -- Set up a SOCKS5 bytestream proxy for server-proxied file transfers:
       
    16 --Component "proxy.example.com" "proxy65"
       
    17 
       
    18 ---Set up an external component (default component port is 5347)
       
    19 --Component "gateway.example.com"
       
    20 --	component_secret = "password"