summaryrefslogtreecommitdiff
path: root/nginx
diff options
context:
space:
mode:
authorDaniel Micay <danielmicay@gmail.com>2022-08-05 01:09:17 -0400
committerDaniel Micay <danielmicay@gmail.com>2022-08-25 23:15:08 -0400
commitcca5454c033d18ec60ecc209dffa212b6d6b8056 (patch)
tree799aec1585a6fca6a6d921cbf991de2aabfd4da4 /nginx
parent86538c33fb5d857f10e1002201f8b3dd5818a02f (diff)
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.
Diffstat (limited to 'nginx')
-rw-r--r--nginx/nginx.conf4
1 files changed, 4 insertions, 0 deletions
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;