Skip to content

Commit

Permalink
Merge pull request #352 from zooniverse/fem-redirect-fishstory
Browse files Browse the repository at this point in the history
FEM Redirect for FISHstory
  • Loading branch information
lcjohnso authored May 6, 2024
2 parents d2c0012 + 2865549 commit 0b6a5ae
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 @@ -382,3 +382,11 @@ location ~* ^/projects/(?:[\w-]*?/)?embeller/offal-wildlife-watching/?(?:(classi

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

location ~* ^/projects/(?:[\w-]*?/)?safmcadmin/fishstory/?(?:(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 0b6a5ae

Please sign in to comment.