Skip to content

Commit

Permalink
[Vagrantfile] add AliasMatch back
Browse files Browse the repository at this point in the history
  • Loading branch information
clime committed Sep 19, 2016
1 parent c9fe1ac commit 6e2827a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Vagrantfile
Original file line number Diff line number Diff line change
Expand Up @@ -337,6 +337,7 @@ alias /lookaside /var/lib/dist-git/cache/lookaside
# ...
distgit.vm.provision "shell", inline: <<-EOF
echo \"
AliasMatch \\"/repo(/.*)/md5(/.*)\\" \\"/var/lib/dist-git/cache/lookaside\\$1\\$2\\"
Alias /repo/ /var/lib/dist-git/cache/lookaside/
\" | sudo tee /etc/httpd/conf.d/dist-git/lookaside-copr.conf
EOF
Expand Down

0 comments on commit 6e2827a

Please sign in to comment.