diff --git a/services/nginx/config/default.conf b/services/nginx/config/default.conf index 68d05c2f..357bb8ed 100644 --- a/services/nginx/config/default.conf +++ b/services/nginx/config/default.conf @@ -45,6 +45,11 @@ server { # redirects for slides etc location /cegs2024 { return 301 https://docs.google.com/presentation/d/1W2OJ37v1c_ixl-xzK6Uw7o8WL3Gf2wp0Qjz8QZhW_1M ; } + # zoom room redirects + location /zoom7 { return 301 https://zoom.us/j/97500928297?pwd=Pc2ri9aO1sFsjCn4rktjvHMOpioGfc.1; } + location /zoom8 { return 301 https://zoom.us/j/98698130022?pwd=bcb0DjigJg07AbVYPFkBpRU8JRtKdy.1; } + location /zoom9 { return 301 https://zoom.us/j/96568986863?pwd=UpSu864RECgyXYWa6jna0aXxARrwI5.1; } + # redirect // to / location ~ ^/(gene|disease|phenotype|anatomy|pathway)/([\w+]+:[\w\d]+)$ { absolute_redirect off;