We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f7e8bb9 + 16fd702 commit d388daaCopy full SHA for d388daa
ansible/group_vars/proxy-hosts.yml
@@ -239,8 +239,13 @@ nginx_proxy_redirect_map:
239
dest: /webclient/img_detail/9822152/?dataset=10201&x=80560&y=77440&zm=66&c=1|495:9204$808080&m=g
240
241
nginx_proxy_redirect_map_locations:
242
+# These are the only /study/ URLs that should be redirected
243
+- location: "= /study/idr0083/figure/4i"
244
+ code: 301
245
+- location: "= /study/idr0083/figure/4r"
246
247
# TODO: change to 301 when we're happy
-- location: "~ ^/(mito|tara|pgpc|study)($|/)"
248
+- location: "~ ^/(mito|tara|pgpc)($|/)"
249
code: 302
250
251
# "= /" has higher priority than "/" in the proxy config
0 commit comments