Skip to content

Commit

Permalink
Merge pull request #355 from zooniverse/fem-redirect-synapsesafari
Browse files Browse the repository at this point in the history
Add redirect for SciScribbler Synapse Safari
  • Loading branch information
lcjohnso authored Jun 18, 2024
2 parents 04814bf + 4505e9c commit 1aa367e
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 @@ -398,3 +398,11 @@ location ~* ^/projects/(?:[\w-]*?/)?bethzc/newark-digital-archive/?(?:(classify|

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

location ~* ^/projects/(?:[\w-]*?/)?chloezycheng/science-scribbler-synapse-safari/?(?:(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 1aa367e

Please sign in to comment.