Skip to content

Commit

Permalink
Merge pull request #357 from zooniverse/fem-redirect-stereovision
Browse files Browse the repository at this point in the history
FEM Redirect: Stereovision
  • Loading branch information
zwolf authored Jun 24, 2024
2 parents 4564f35 + b5e7633 commit 38555d1
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 @@ -414,3 +414,11 @@ location ~* ^/projects/(?:[\w-]*?/)?md68135/notes-from-nature-cas-plants-to-pixe

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

location ~* ^/projects/(?:[\w-]*?/)?juliehgibb/stereovision/?(?:(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 38555d1

Please sign in to comment.