Skip to content

Commit

Permalink
Update apache config
Browse files Browse the repository at this point in the history
  • Loading branch information
willbarton committed May 6, 2024
1 parent c7f84ee commit 0bbd192
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 9 deletions.
6 changes: 6 additions & 0 deletions cfgov/apache/conf.d/archive.conf
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
# Temporary for archive browsing
LoadModule autoindex_module modules/mod_autoindex.so
Alias /archive/ "/srv/cfgov/archive/"
<Directory "/srv/cfgov/archive">
Options +Indexes
</Directory>
9 changes: 0 additions & 9 deletions cfgov/apache/conf.d/wsgi.conf
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,3 @@ WSGIScriptAlias / ${CFGOV_CURRENT}/cfgov/cfgov/wsgi.py
Require all granted
Options +FollowSymLinks
</Directory>


# Temporary for archive browsing
Alias /archive/ "/srv/cfgov/archive/"
<Directory "/srv/cfgov/archive">
Options Indexes MultiViews
AllowOverride None
Require all granted
</Directory>

0 comments on commit 0bbd192

Please sign in to comment.