Skip to content

Commit

Permalink
Merge pull request #340 from zooniverse/fem-redirect-arcticarchives
Browse files Browse the repository at this point in the history
FEM redirect: Arctic Archives
  • Loading branch information
lcjohnso authored Jan 22, 2024
2 parents da36289 + 32b1dbe commit 5e0cdfa
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 @@ -286,3 +286,11 @@ location ~* ^/projects/(?:[\w-]*?/)?zookeeper/elephant-id-ey/?(?:(classify|about

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

location ~* ^/projects/(?:[\w-]*?/)?johandmi/arctic-archives-unraveling-greenlands-weather-history/?(?:(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 5e0cdfa

Please sign in to comment.