Skip to content

Commit

Permalink
update snapshot serengeti redirect
Browse files Browse the repository at this point in the history
  • Loading branch information
lcjohnso authored May 23, 2024
1 parent 0b6a5ae commit 65f674b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions nginx-redirects.conf
Original file line number Diff line number Diff line change
Expand Up @@ -137,14 +137,14 @@ server {

server {
include /etc/nginx/ssl.default.conf;
server_name snapshotserengeti.org;
return 301 http://www.snapshotserengeti.org$request_uri;
server_name snapshotserengeti.org www.snapshotserengeti.org;
return 301 https://www.zooniverse.org/projects/zooniverse/snapshot-serengeti;
}

server {
include /etc/nginx/ssl.default.conf;
server_name data.snapshotserengeti.org;
return 301 http://www.snapshotserengeti.org/#/data;
return 301 https://www.zooniverse.org/projects/zooniverse/snapshot-serengeti/about/results;
}

server {
Expand Down

0 comments on commit 65f674b

Please sign in to comment.