Skip to content

Commit

Permalink
Couple of project redirects
Browse files Browse the repository at this point in the history
  • Loading branch information
zwolf committed Nov 20, 2023
1 parent ddb1561 commit 76996b0
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions sites/www.zooniverse.org.conf
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,14 @@ server {
return 301 /projects/toolsofknowledge/voyages-in-time$1$2$is_args$query_string;
}

location ~* ^/projects/rsengar/pulsar-seekers(/?)(.*?)\/?$ {
return 301 /projects/rsengar/einstein-at-home-pulsar-seekers$1$2$is_args$query_string;
}

location ~* ^/projects/hughdickinson/superwasp-black-hole-hunters(/?)(.*?)\/?$ {
return 301 /projects/cobalt-lensing/black-hole-hunters$1$2$is_args$query_string;
}

# ensure the js and CSS assets are served on the same or subdomain
location ~ \.(js|css)$ {
resolver 8.8.8.8;
Expand Down

0 comments on commit 76996b0

Please sign in to comment.