summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--nginx/nginx.conf4
-rw-r--r--static/legal/Micay_ Copperhead_ Statement of Defendant and Counterclaim.pdfbin246708 -> 0 bytes
-rw-r--r--static/sitemap.xml4
3 files changed, 4 insertions, 4 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;
diff --git a/static/legal/Micay_ Copperhead_ Statement of Defendant and Counterclaim.pdf b/static/legal/Micay_ Copperhead_ Statement of Defendant and Counterclaim.pdf
deleted file mode 100644
index 0a70d274..00000000
--- a/static/legal/Micay_ Copperhead_ Statement of Defendant and Counterclaim.pdf
+++ /dev/null
Binary files differ
diff --git a/static/sitemap.xml b/static/sitemap.xml
index f6b86e26..ac2659fe 100644
--- a/static/sitemap.xml
+++ b/static/sitemap.xml
@@ -102,8 +102,4 @@
<loc>https://grapheneos.org/humans.txt</loc>
<priority>0.0</priority>
</url>
- <url>
- <loc>https://grapheneos.org/legal/Micay_%20Copperhead_%20Statement%20of%20Defendant%20and%20Counterclaim.pdf</loc>
- <priority>0.1</priority>
- </url>
</urlset>