From 2e8dc1ce1150eb8c370808a2ddb16c515f0d4cbd Mon Sep 17 00:00:00 2001 From: Matthew Fennell Date: Sun, 7 Jan 2024 12:46:01 +0000 Subject: Add virtual host specific config This commit uses the new per-host virtual_host variable to create the necessary prosody host-specific cfg files. --- files/virtual_host.cfg.lua.j2 | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 files/virtual_host.cfg.lua.j2 (limited to 'files') 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 +-- +-- SPDX-License-Identifier: AGPL-3.0-only + +VirtualHost "{{ virtual_host }}" -- cgit v1.2.3