aboutsummaryrefslogtreecommitdiff
path: root/apache/sites
diff options
context:
space:
mode:
authorSyndamia <kamen@syndamia.com>2025-01-19 20:22:21 +0200
committerSyndamia <kamen@syndamia.com>2025-01-19 20:22:21 +0200
commit7fd2314b7f077e09968addd6bfac4deeb7fd0aea (patch)
tree3b08b3bf409cd5aeb41f2643f0556df562803176 /apache/sites
parent7ac34b7dd0ec513f374786b9b5059c259bd43e92 (diff)
downloadnowayforward_human-7fd2314b7f077e09968addd6bfac4deeb7fd0aea.tar
nowayforward_human-7fd2314b7f077e09968addd6bfac4deeb7fd0aea.tar.gz
nowayforward_human-7fd2314b7f077e09968addd6bfac4deeb7fd0aea.zip
feat(views/archive): Show webpage preview
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/"