summaryrefslogtreecommitdiff
path: root/files/virtual_host.cfg.lua.j2
diff options
context:
space:
mode:
Diffstat (limited to 'files/virtual_host.cfg.lua.j2')
-rw-r--r--files/virtual_host.cfg.lua.j24
1 files changed, 4 insertions, 0 deletions
diff --git a/files/virtual_host.cfg.lua.j2 b/files/virtual_host.cfg.lua.j2
index 97dcef8..d972e74 100644
--- a/files/virtual_host.cfg.lua.j2
+++ b/files/virtual_host.cfg.lua.j2
@@ -4,9 +4,11 @@
VirtualHost "{{ virtual_host }}"
+{% if not is_transport_server %}
admins = {
"admin@{{ virtual_host }}"
}
+{% endif %}
modules_enabled = {
@@ -36,6 +38,7 @@ site_apps_show = {
}
{% endif %}
+{% if not is_transport_server %}
contact_info = {
abuse = {
"xmpp:abuse@{{ virtual_host }}"
@@ -44,6 +47,7 @@ contact_info = {
"xmpp:admin@{{ virtual_host }}"
};
}
+{% endif %}
{% if not is_transport_server %}
allow_user_invites = true