diff options
| author | Syndamia <kamen@syndamia.com> | 2025-01-19 07:44:57 +0200 |
|---|---|---|
| committer | Kamen Mladenov <kamen@syndamia.com> | 2025-01-19 07:46:17 +0200 |
| commit | c36724bb6cb37e03d72b0d6f0995e0a91b871edf (patch) | |
| tree | dde3aed035dff7b5438fef6b5dce6f6ec9462ebe /apache | |
| parent | 3ca7dba628b780ea9ee98eab649f5c9dec058726 (diff) | |
| download | nowayforward_human-c36724bb6cb37e03d72b0d6f0995e0a91b871edf.tar nowayforward_human-c36724bb6cb37e03d72b0d6f0995e0a91b871edf.tar.gz nowayforward_human-c36724bb6cb37e03d72b0d6f0995e0a91b871edf.zip | |
feat: Move archive_page logic from src to controllers
Diffstat (limited to 'apache')
| -rw-r--r-- | apache/httpd.conf.tpl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/apache/httpd.conf.tpl b/apache/httpd.conf.tpl index 0a63292..3c87dab 100644 --- a/apache/httpd.conf.tpl +++ b/apache/httpd.conf.tpl @@ -32,3 +32,4 @@ AddType application/javascript .js SetEnv MYSQL_UNIX_SOCKET ${MYSQL_UNIX_SOCKET} SetEnv USER ${USER} +SetEnv ARCHIVES_DIR ${ARCHIVES_DIR} |
