Skip to content

Commit

Permalink
Add jude redirect to jvh site (#386)
Browse files Browse the repository at this point in the history
  • Loading branch information
lcjohnso authored Dec 19, 2024
1 parent c2ce74d commit 62b052d
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions nginx-redirects.conf
Original file line number Diff line number Diff line change
Expand Up @@ -825,3 +825,9 @@ server {
server_name www.supernovahunters.org supernovahunters.org;
return 301 https://www.zooniverse.org/projects/dwright04/supernova-hunters;
}

server {
include /etc/nginx/ssl.default.conf;
server_name jude.zooniverse.org;
return 301 https://www.zooniverse.org/projects/ramanakumars/jovian-vortex-hunter;
}

0 comments on commit 62b052d

Please sign in to comment.