summaryrefslogtreecommitdiff
path: root/nginx
diff options
context:
space:
mode:
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;