Skip to content

Commit

Permalink
Edit existing BHH redirect
Browse files Browse the repository at this point in the history
  • Loading branch information
zwolf committed Nov 20, 2023
1 parent 1bdb283 commit e1f827c
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions nginx-fem-redirects.conf
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ location ~* ^/projects/(?:[\w-]*?/)?zookeeper/planet-hunters-tessting/?(?:(class
include /etc/nginx/proxy-security-headers.conf;
}

location ~* ^/projects/(?:[\w-]*?/)?hughdickinson/superwasp-black-hole-hunters/?(?:(classify|about)(?:/.+?)?)?/?$ {
location ~* ^/projects/(?:[\w-]*?/)?cobalt-lensing/black-hole-hunters/?(?:(classify|about)(?:/.+?)?)?/?$ {
resolver 1.1.1.1;
proxy_pass $fe_project_uri;
proxy_set_header Host $fe_project_host;
Expand Down Expand Up @@ -262,11 +262,3 @@ location ~* ^/projects/(?:[\w-]*?/)?dschopper/the-abcs-of-dialect/?(?:(classify|

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

location ~* ^/projects/(?:[\w-]*?/)?cobalt-lensing/black-hole-hunters/?(?:(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 e1f827c

Please sign in to comment.