Skip to content

Commit

Permalink
Merge pull request #353 from zooniverse/redirect-snapshotserengeti
Browse files Browse the repository at this point in the history
Update Snapshot Serengeti Redirect
  • Loading branch information
lcjohnso authored May 28, 2024
2 parents 0b6a5ae + 65f674b commit 5419b34
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 5419b34

Please sign in to comment.