From 367a7f80993306f42ae18d07a56b510fc1402b98 Mon Sep 17 00:00:00 2001 From: Syndamia Date: Sat, 18 Jan 2025 13:08:27 +0200 Subject: feat: Add nix setup for apache hosting --- apache/sites/nowayforward_human.conf.tpl | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 apache/sites/nowayforward_human.conf.tpl (limited to 'apache/sites/nowayforward_human.conf.tpl') diff --git a/apache/sites/nowayforward_human.conf.tpl b/apache/sites/nowayforward_human.conf.tpl new file mode 100644 index 0000000..30ebe7e --- /dev/null +++ b/apache/sites/nowayforward_human.conf.tpl @@ -0,0 +1,4 @@ + + ServerName localhost + DocumentRoot ${REPOSITORY}/views + -- cgit v1.2.3