diff options
Diffstat (limited to 'files/virtual_host.cfg.lua.j2')
-rw-r--r-- | files/virtual_host.cfg.lua.j2 | 5 |
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 }}" |