Skip to content

Commit

Permalink
Prosody: fix comment in config file
Browse files Browse the repository at this point in the history
Signed-off-by: KheOps <[email protected]>
  • Loading branch information
kheops2713 committed May 24, 2015
1 parent 9c8e0cd commit 4a4742f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion roles/common/templates/prosody.cfg.lua.j2
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ VirtualHost "{{ domain_name }}"
options = { "no_sslv2", "no_sslv3", "no_ticket", "no_compression", "cipher_server_preference", "single_dh_use", "single_ecdh_use" };
}

---Set up a MUC (multi-user chat) room server on conference.example.com:
---Set up a MUC (multi-user chat) room server
Component "conference.{{ domain_name }}" "muc"

-- Include "conf.d/*.cfg.lua"

0 comments on commit 4a4742f

Please sign in to comment.