Skip to content

Commit

Permalink
Merge pull request #341 from zooniverse/fem-redirect-docdetectives
Browse files Browse the repository at this point in the history
FEM redirect: Documentation Detectives
  • Loading branch information
lcjohnso authored Feb 26, 2024
2 parents 5e0cdfa + f18f6cf commit 58e50a3
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions nginx-fem-redirects.conf
Original file line number Diff line number Diff line change
Expand Up @@ -294,3 +294,11 @@ location ~* ^/projects/(?:[\w-]*?/)?johandmi/arctic-archives-unraveling-greenlan

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

location ~* ^/projects/(?:[\w-]*?/)?bmtcollections/documentation-detectives-transcribing-accession-registers/?(?:(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 58e50a3

Please sign in to comment.