From 4425a2afb401616c6bac8b39d6c9c16b6c54db8a Mon Sep 17 00:00:00 2001 From: Kevin Schaper Date: Thu, 24 Oct 2024 16:04:06 -0700 Subject: [PATCH] add redirect for cegs2024 slide deck (#860) Adds a cegs2024 redirect --- services/nginx/config/default.conf | 2 ++ 1 file changed, 2 insertions(+) diff --git a/services/nginx/config/default.conf b/services/nginx/config/default.conf index 9843ccec..68d05c2f 100644 --- a/services/nginx/config/default.conf +++ b/services/nginx/config/default.conf @@ -42,6 +42,8 @@ server { location /oba { return 301 https://github.com/obophenotype/bio-attribute-ontology; } location /phenio { return 301 https://github.com/monarch-initiative/phenio; } + # redirects for slides etc + location /cegs2024 { return 301 https://docs.google.com/presentation/d/1W2OJ37v1c_ixl-xzK6Uw7o8WL3Gf2wp0Qjz8QZhW_1M ; } # redirect // to / location ~ ^/(gene|disease|phenotype|anatomy|pathway)/([\w+]+:[\w\d]+)$ {