summaryrefslogtreecommitdiff
path: root/files
diff options
context:
space:
mode:
authorMatthew Fennell <matthew@fennell.dev>2024-01-07 12:46:01 +0000
committerMatthew Fennell <matthew@fennell.dev>2024-01-07 12:46:01 +0000
commit2e8dc1ce1150eb8c370808a2ddb16c515f0d4cbd (patch)
treef3d385ff59ad903c0e827d0c5b3fa27796ec4d98 /files
parent14465fc9602ec96fc9d4e48bc0120e75415e1e26 (diff)
Add virtual host specific config
This commit uses the new per-host virtual_host variable to create the necessary prosody host-specific cfg files.
Diffstat (limited to 'files')
-rw-r--r--files/virtual_host.cfg.lua.j25
1 files changed, 5 insertions, 0 deletions
diff --git a/files/virtual_host.cfg.lua.j2 b/files/virtual_host.cfg.lua.j2
new file mode 100644
index 0000000..5f0c363
--- /dev/null
+++ b/files/virtual_host.cfg.lua.j2
@@ -0,0 +1,5 @@
+-- SPDX-FileCopyrightText: 2024 Matthew Fennell <matthew@fennell.dev>
+--
+-- SPDX-License-Identifier: AGPL-3.0-only
+
+VirtualHost "{{ virtual_host }}"