aboutsummaryrefslogtreecommitdiff
path: root/apache/sites/nowayforward_human.conf.tpl
diff options
context:
space:
mode:
authorSyndamia <kamen@syndamia.com>2025-01-18 13:08:27 +0200
committerKamen Mladenov <kamen@syndamia.com>2025-01-19 07:46:17 +0200
commit367a7f80993306f42ae18d07a56b510fc1402b98 (patch)
tree276a5308b24da5ae10fe57cfa80659ccc27f24eb /apache/sites/nowayforward_human.conf.tpl
parent154356fe38d79835cf3fb28aba213827e21de72b (diff)
downloadnowayforward_human-367a7f80993306f42ae18d07a56b510fc1402b98.tar
nowayforward_human-367a7f80993306f42ae18d07a56b510fc1402b98.tar.gz
nowayforward_human-367a7f80993306f42ae18d07a56b510fc1402b98.zip
feat: Add nix setup for apache hosting
Diffstat (limited to 'apache/sites/nowayforward_human.conf.tpl')
-rw-r--r--apache/sites/nowayforward_human.conf.tpl4
1 files changed, 4 insertions, 0 deletions
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 @@
+<VirtualHost *:8000>
+ ServerName localhost
+ DocumentRoot ${REPOSITORY}/views
+</VirtualHost>