Skip to content

Commit

Permalink
FEM Redirect for NfN Mammal Traits
Browse files Browse the repository at this point in the history
  • Loading branch information
zwolf committed Sep 16, 2024
1 parent f375077 commit 3ad3390
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 @@ -465,3 +465,11 @@ location ~* ^/projects/(?:[\w-]*?/)?effeli/node-code-breakers-looking-for-patter

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

location ~* ^/projects/(?:[\w-]*?/)?md68135/notes-from-nature-ranges-mammal-traits-from-western-north-america/?(?:(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 3ad3390

Please sign in to comment.