Skip to content

Commit

Permalink
Re-add missing FEM project redirect
Browse files Browse the repository at this point in the history
  • Loading branch information
zwolf committed Sep 13, 2024
1 parent 1f09dcb commit 98a6d93
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions nginx-fem-project-redirects.conf
Original file line number Diff line number Diff line change
Expand Up @@ -416,3 +416,11 @@ location ~* ^/projects/(?:[\w-]*?/)?hjsmith/the-material-culture-of-wills-englan

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

location ~* ^/projects/(?:[\w-]*?/)?effeli/node-code-breakers-looking-for-patterns-in-lymph-nodes/?(?:(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 98a6d93

Please sign in to comment.