From a0f308ff2563c0c2b50227f286307b1ea2b868fd Mon Sep 17 00:00:00 2001 From: yuenmichelle1 Date: Tue, 18 Jun 2024 16:17:03 -0500 Subject: [PATCH] Update nginx-fem-redirects.conf --- nginx-fem-redirects.conf | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/nginx-fem-redirects.conf b/nginx-fem-redirects.conf index 01030cc..f693913 100644 --- a/nginx-fem-redirects.conf +++ b/nginx-fem-redirects.conf @@ -406,3 +406,11 @@ location ~* ^/projects/(?:[\w-]*?/)?chloezycheng/science-scribbler-synapse-safar include /etc/nginx/proxy-security-headers.conf; } + +location ~* ^/projects/(?:[\w-]*?/)?md68135/notes-from-nature-cas-plants-to-pixels/?(?:(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; +}