From 70e548840b7f9390b6480e4ad8440aa152dbff9f Mon Sep 17 00:00:00 2001 From: Kevin Schaper Date: Tue, 19 Nov 2024 19:37:27 -0800 Subject: [PATCH] Add zoom room redirects --- services/nginx/config/default.conf | 5 +++++ 1 file changed, 5 insertions(+) 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;