forked from infra/ansible
pkgs: allow access to archive of git repos fixed for fsck issues
See releng/tickets#11822 for background Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
parent
ef1592400d
commit
ec0c9ed220
1 changed files with 7 additions and 0 deletions
|
|
@ -5,3 +5,10 @@ Alias /extras /srv/cache/extras
|
|||
Require all granted
|
||||
</Directory>
|
||||
|
||||
Alias /git-fsck-failing-repos-archive /srv/cache/git-fsck-failing-repos-archive
|
||||
<Directory /srv/cache/git-fsck-failing-repos-archive>
|
||||
Options Indexes FollowSymLinks
|
||||
AllowOverride None
|
||||
Require all granted
|
||||
</Directory>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue