diff options
| author | Syndamia <kamen@syndamia.com> | 2025-01-18 13:08:27 +0200 |
|---|---|---|
| committer | Kamen Mladenov <kamen@syndamia.com> | 2025-01-19 07:46:17 +0200 |
| commit | 367a7f80993306f42ae18d07a56b510fc1402b98 (patch) | |
| tree | 276a5308b24da5ae10fe57cfa80659ccc27f24eb /apache/sites | |
| parent | 154356fe38d79835cf3fb28aba213827e21de72b (diff) | |
| download | nowayforward_human-367a7f80993306f42ae18d07a56b510fc1402b98.tar nowayforward_human-367a7f80993306f42ae18d07a56b510fc1402b98.tar.gz nowayforward_human-367a7f80993306f42ae18d07a56b510fc1402b98.zip | |
feat: Add nix setup for apache hosting
Diffstat (limited to 'apache/sites')
| -rw-r--r-- | apache/sites/nowayforward_human.conf.tpl | 4 |
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> |
