Skip to content

Commit

Permalink
Revert FEM migration of Burrowing Owl project
Browse files Browse the repository at this point in the history
  • Loading branch information
zwolf committed Apr 26, 2024
1 parent 6a1a028 commit 50bf237
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions nginx-fem-redirects.conf
Original file line number Diff line number Diff line change
Expand Up @@ -311,14 +311,6 @@ location ~* ^/projects/(?:[\w-]*?/)?bluejackets/civil-war-bluejackets/?(?:(class
include /etc/nginx/proxy-security-headers.conf;
}

location ~* ^/projects/(?:[\w-]*?/)?sandiegozooglobal/wildwatch-burrowing-owl/?(?:(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;
}

location ~* ^/projects/(?:[\w-]*?/)?leinwc/island-critter-cam/?(?:(classify|about)(?:/.+?)?)?/?$ {
resolver 1.1.1.1;
proxy_pass $fe_project_uri;
Expand Down

0 comments on commit 50bf237

Please sign in to comment.