Skip to content

Commit

Permalink
mapr/api requests return 410 'Gone' response
Browse files Browse the repository at this point in the history
  • Loading branch information
will-moore committed Nov 15, 2024
1 parent 05fd7dc commit 775ff70
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions ansible/group_vars/proxy-hosts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -249,6 +249,9 @@ nginx_proxy_redirect_map_locations:
- location: "~ ^/(mito|tara|pgpc|study)($|/)"
code: 302

- location: "~ ^/mapr/api/(antibody|gene|compound|sirna|omap|phenotype|organism|orf|cellline|protein)($|/)"
code: 410

# "= /" has higher priority than "/" in the proxy config
nginx_proxy_direct_locations:
# TODO: change to 301 when we're happy
Expand Down

0 comments on commit 775ff70

Please sign in to comment.