summaryrefslogtreecommitdiff
path: root/files/virtual_host.cfg.lua.j2
diff options
context:
space:
mode:
authorMatthew Fennell <matthew@fennell.dev>2025-09-21 18:16:10 +0100
committerMatthew Fennell <matthew@fennell.dev>2025-09-21 18:16:10 +0100
commite8210ca95b35e2248702b4ffb7c244a90cdd94eb (patch)
tree52ad4b503a50ec0fd0ca2386d5a38076559b06ff /files/virtual_host.cfg.lua.j2
parentd554720b7c9303ebe52ad3019f8f479af9c9361f (diff)
Move section header comments inside if blocks
If a section is not enabled on a particular server, that section's header comment should not be visible.
Diffstat (limited to 'files/virtual_host.cfg.lua.j2')
-rw-r--r--files/virtual_host.cfg.lua.j22
1 files changed, 1 insertions, 1 deletions
diff --git a/files/virtual_host.cfg.lua.j2 b/files/virtual_host.cfg.lua.j2
index 43d7b31..4b79710 100644
--- a/files/virtual_host.cfg.lua.j2
+++ b/files/virtual_host.cfg.lua.j2
@@ -15,8 +15,8 @@ modules_enabled = {
-- Core
"groups";
- -- Invites
{% if not is_transport_server %}
+ -- Invites
"invites";
"invites_adhoc";
"invites_api";