1
0
Fork 0
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:
Kevin Fenzi 2026-05-08 10:56:17 -07:00
commit ec0c9ed220

View file

@ -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>