aboutsummaryrefslogtreecommitdiff
path: root/apache/sites
diff options
context:
space:
mode:
Diffstat (limited to 'apache/sites')
-rw-r--r--apache/sites/nowayforward_human.conf.tpl1
1 files changed, 1 insertions, 0 deletions
diff --git a/apache/sites/nowayforward_human.conf.tpl b/apache/sites/nowayforward_human.conf.tpl
index e94e13e..72ed808 100644
--- a/apache/sites/nowayforward_human.conf.tpl
+++ b/apache/sites/nowayforward_human.conf.tpl
@@ -1,6 +1,7 @@
<VirtualHost *:8000>
ServerName localhost
DocumentRoot "${REPOSITORY}/views"
+ Alias /archives "${ARCHIVES_DIR}"
<FilesMatch \.php$>
SetHandler "proxy:unix:${PHP_FPM_SOCKET}|fcgi://localhost/"