diff options
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> |
