Skip to content

Commit

Permalink
Merge pull request #337 from zooniverse/bhh-fem-redirect
Browse files Browse the repository at this point in the history
BHH FEM redirect
  • Loading branch information
zwolf authored Nov 20, 2023
2 parents b7f96c0 + e1f827c commit 71de471
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nginx-fem-redirects.conf
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ location ~* ^/projects/(?:[\w-]*?/)?zookeeper/planet-hunters-tessting/?(?:(class
include /etc/nginx/proxy-security-headers.conf;
}

location ~* ^/projects/(?:[\w-]*?/)?hughdickinson/superwasp-black-hole-hunters/?(?:(classify|about)(?:/.+?)?)?/?$ {
location ~* ^/projects/(?:[\w-]*?/)?cobalt-lensing/black-hole-hunters/?(?:(classify|about)(?:/.+?)?)?/?$ {
resolver 1.1.1.1;
proxy_pass $fe_project_uri;
proxy_set_header Host $fe_project_host;
Expand Down

0 comments on commit 71de471

Please sign in to comment.