Skip to content

Commit

Permalink
Revert FEM migration for Walleye project
Browse files Browse the repository at this point in the history
  • Loading branch information
zwolf committed Apr 26, 2024
1 parent ecd8c29 commit 65987f4
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 @@ -375,14 +375,6 @@ location ~* ^/projects/(?:[\w-]*?/)?victorav/spyfish-aotearoa/?(?:(classify|abou
include /etc/nginx/proxy-security-headers.conf;
}

location ~* ^/projects/(?:[\w-]*?/)?dangogh/wheres-walleye/?(?:(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-]*?/)?bcosentino/squirrelmapper/?(?:(classify|about)(?:/.+?)?)?/?$ {
resolver 1.1.1.1;
proxy_pass $fe_project_uri;
Expand Down

0 comments on commit 65987f4

Please sign in to comment.