Skip to content

Commit

Permalink
Merge pull request #342 from zooniverse/fem-redirect-bluejackets
Browse files Browse the repository at this point in the history
Add FEM redirect for CW: Bluejackets
  • Loading branch information
zwolf authored Mar 21, 2024
2 parents 58e50a3 + 07cd9e6 commit 1adeb0d
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 @@ -302,3 +302,11 @@ location ~* ^/projects/(?:[\w-]*?/)?bmtcollections/documentation-detectives-tran

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

location ~* ^/projects/(?:[\w-]*?/)?bluejackets/civil-war-bluejackets/?(?:(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 1adeb0d

Please sign in to comment.