From cca5454c033d18ec60ecc209dffa212b6d6b8056 Mon Sep 17 00:00:00 2001 From: Daniel Micay Date: Fri, 5 Aug 2022 01:09:17 -0400 Subject: redirect legacy counterclaim document to history The purpose of this document was to respond to false claims from James Donaldson about myself and GrapheneOS. He changed his story about what happened many times since this was posted. He didn't move forward with his attempt at taking us to court and this was never used beyond being posted on our site as a public response. Nearly all of his supporters realized he was misleading them and left for greener pastures. Most of them are now using GrapheneOS. We don't need to refute outdated attacks on GrapheneOS from a person that's now almost completely irrelevant, especially since he's now trying not to draw attention to this since he came out looking so terrible. He quietly misleads people about what happened with his latest historical revisions and those are countered better by our newer pages summarizing it. --- nginx/nginx.conf | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'nginx') diff --git a/nginx/nginx.conf b/nginx/nginx.conf index 9975e8f7..28670bb0 100644 --- a/nginx/nginx.conf +++ b/nginx/nginx.conf @@ -284,6 +284,10 @@ http { return 301 /favicon.svg; } + location = "/legal/Micay_ Copperhead_ Statement of Defendant and Counterclaim.pdf" { + return 301 /history/copperheados; + } + location = /404 { internal; include snippets/security-headers.conf; -- cgit v1.3.1