From 32b1dbe0c6a927faade6b349883c6c0d88f798ca Mon Sep 17 00:00:00 2001 From: Cliff Johnson Date: Wed, 17 Jan 2024 14:29:51 -0600 Subject: [PATCH] FEM redirect: Arctic Archives --- nginx-fem-redirects.conf | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/nginx-fem-redirects.conf b/nginx-fem-redirects.conf index 0a1def9..3ff44b4 100644 --- a/nginx-fem-redirects.conf +++ b/nginx-fem-redirects.conf @@ -286,3 +286,11 @@ location ~* ^/projects/(?:[\w-]*?/)?zookeeper/elephant-id-ey/?(?:(classify|about include /etc/nginx/proxy-security-headers.conf; } + +location ~* ^/projects/(?:[\w-]*?/)?johandmi/arctic-archives-unraveling-greenlands-weather-history/?(?:(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; +}