Skip to content

Commit

Permalink
Merge pull request #362 from zooniverse/fem-redirect-wills
Browse files Browse the repository at this point in the history
  • Loading branch information
zwolf authored Aug 19, 2024
2 parents 46c19de + e9de90a commit 4545389
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion nginx-fem-redirects.conf
Original file line number Diff line number Diff line change
Expand Up @@ -437,4 +437,12 @@ location ~* ^/projects/(?:[\w-]*?/)?talkietoaster/void-orchestra/?(?:(classify|a
proxy_set_header Host $fe_project_host;

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

location ~* ^/projects/(?:[\w-]*?/)?hjsmith/the-material-culture-of-wills-england-1540-1790/?(?:(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 4545389

Please sign in to comment.