Skip to content

Commit

Permalink
Add zoom room redirects
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinschaper committed Nov 20, 2024
1 parent 98cbf26 commit 70e5488
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions services/nginx/config/default.conf
Original file line number Diff line number Diff line change
Expand Up @@ -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 /<category>/<curie> to /<curie>
location ~ ^/(gene|disease|phenotype|anatomy|pathway)/([\w+]+:[\w\d]+)$ {
absolute_redirect off;
Expand Down

0 comments on commit 70e5488

Please sign in to comment.