diff --git a/sites/www.zooniverse.org.conf b/sites/www.zooniverse.org.conf index 18aa404..e90c224 100644 --- a/sites/www.zooniverse.org.conf +++ b/sites/www.zooniverse.org.conf @@ -91,6 +91,10 @@ server { return 301 /projects/laac-lscp/maturity-of-baby-sounds$1$2$is_args$query_string; } + location ~* ^/projects/sarah-middle/voyages-in-time(/?)(.*?)\/?$ { + return 301 /projects/toolsofknowledge/voyages-in-time$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;