Skip to content

Commit

Permalink
Merge pull request perma-id#1 from ga4gh/feature/refget
Browse files Browse the repository at this point in the history
Create /vr-refget redirection
  • Loading branch information
rishidev authored Aug 13, 2019
2 parents 52bfb77 + 7aec25f commit 8a31baf
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions ga4gh/.htaccess
Original file line number Diff line number Diff line change
Expand Up @@ -23,3 +23,7 @@ RewriteRule ^minutes/case-discovery$ https://docs.google.com/document/d/1k-YyTA4

# Clin-Pheno Work Stream Links
RewriteRule ^minutes/phenopackets$ https://docs.google.com/document/d/1gxRaduk2bv6_cCSiDVJomVtfMD2AOFeDVGELsShh21U/edit?usp=sharing [R=302,L]

# Refget links
RewriteRule ^vr-refget(.+)$ https://193.62.54.154/$1 [R=302,B,L]
RewriteRule ^serverless-refget(.+)$ https://cl9lba3no5.execute-api.us-east-2.amazonaws.com/Prod/$1 [R=302,B,L]

0 comments on commit 8a31baf

Please sign in to comment.