Get rid of the 5apps.com config for now
This commit is contained in:
parent
6d09f242f2
commit
8be7a9017b
@ -8,17 +8,11 @@ log_rate_limit: 100
|
|||||||
|
|
||||||
hosts:
|
hosts:
|
||||||
- "kosmos.org"
|
- "kosmos.org"
|
||||||
- "5apps.com"
|
|
||||||
|
|
||||||
<% if File.exist?("/opt/ejabberd/conf/kosmos.org.pem") || File.exist?("/opt/ejabberd/conf/5apps.com.pem") -%>
|
|
||||||
certfiles:
|
|
||||||
<% if File.exist?("/opt/ejabberd/conf/kosmos.org.pem") -%>
|
<% if File.exist?("/opt/ejabberd/conf/kosmos.org.pem") -%>
|
||||||
|
certfiles:
|
||||||
- "/opt/ejabberd/conf/kosmos.org.pem"
|
- "/opt/ejabberd/conf/kosmos.org.pem"
|
||||||
<% end -%>
|
<% end -%>
|
||||||
<% if File.exist?("/opt/ejabberd/conf/5apps.com.pem") -%>
|
|
||||||
- "/opt/ejabberd/conf/5apps.com.pem"
|
|
||||||
<% end -%>
|
|
||||||
<% end -%>
|
|
||||||
|
|
||||||
ca_file: "/opt/ejabberd/conf/cacert.pem"
|
ca_file: "/opt/ejabberd/conf/cacert.pem"
|
||||||
|
|
||||||
@ -253,18 +247,6 @@ host_config:
|
|||||||
access_persistent: muc_create
|
access_persistent: muc_create
|
||||||
default_room_options:
|
default_room_options:
|
||||||
mam: true
|
mam: true
|
||||||
"5apps.com":
|
|
||||||
modules:
|
|
||||||
mod_muc:
|
|
||||||
host: "muc.5apps.com"
|
|
||||||
access:
|
|
||||||
- deny
|
|
||||||
access_admin:
|
|
||||||
- allow: admin
|
|
||||||
access_create: muc_create
|
|
||||||
access_persistent: muc_create
|
|
||||||
default_room_options:
|
|
||||||
mam: true
|
|
||||||
allow_contrib_modules: true
|
allow_contrib_modules: true
|
||||||
|
|
||||||
### Local Variables:
|
### Local Variables:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user