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]+)$ {