Skip to content

Commit

Permalink
Merge pull request #328 from zooniverse/femredirect-Sep2023
Browse files Browse the repository at this point in the history
Add FEM redirect for Knitting Leaflet and Solar Jet Hunter
  • Loading branch information
lcjohnso authored Sep 6, 2023
2 parents 92467df + 28d7d08 commit becc44c
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 @@ -238,3 +238,19 @@ location ~* ^/projects/(?:[\w-]*?/)?aeuk/elephant-id/?(?:(classify|about)(?:/.+?

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

location ~* ^/projects/(?:[\w-]*?/)?sophiemu/solar-jet-hunter/?(?:(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-]*?/)?elliereed185/knitting-leaflet-project/?(?:(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 becc44c

Please sign in to comment.