Skip to content

Commit

Permalink
Merge pull request #338 from zooniverse/fem-redirect-correct-a-machine
Browse files Browse the repository at this point in the history
FEM redirects: GZ Clump Scout II and Correct-a-Cell
  • Loading branch information
lcjohnso authored Dec 12, 2023
2 parents 71de471 + 330dbe5 commit 5588fc0
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions nginx-fem-redirects.conf
Original file line number Diff line number Diff line change
Expand Up @@ -262,3 +262,19 @@ location ~* ^/projects/(?:[\w-]*?/)?dschopper/the-abcs-of-dialect/?(?:(classify|

include /etc/nginx/proxy-security-headers.conf;
}

location ~* ^/projects/(?:[\w-]*?/)?willcharlie/etch-a-cell-correct-a-cell/?(?:(classify|about)(?:/.+?)?)?/?$ {
resolver 1.1.1.1;
proxy_pass $fe_project_uri;
proxy_set_header Host $fe_project_host;

include /etc/nginx/proxy-security-headers.conf;
}

location ~* ^/projects/(?:[\w-]*?/)?hughdickinson/galaxy-zoo-clump-scout-ii/?(?:(classify|about)(?:/.+?)?)?/?$ {
resolver 1.1.1.1;
proxy_pass $fe_project_uri;
proxy_set_header Host $fe_project_host;

include /etc/nginx/proxy-security-headers.conf;
}

0 comments on commit 5588fc0

Please sign in to comment.