diff --git a/nginx-fem-redirects.conf b/nginx-fem-redirects.conf index 00ad6e7..5c63d54 100644 --- a/nginx-fem-redirects.conf +++ b/nginx-fem-redirects.conf @@ -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; @@ -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; -}