summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--nginx/nginx.conf4
1 files changed, 0 insertions, 4 deletions
diff --git a/nginx/nginx.conf b/nginx/nginx.conf
index 87a0b394..3f87f22e 100644
--- a/nginx/nginx.conf
+++ b/nginx/nginx.conf
@@ -155,10 +155,6 @@ http {
return 301 /.well-known/security.txt;
}
- location = /graphene.png {
- return 301 /logo.png;
- }
-
location = /pdfviewer_privacy_policy {
return 301 /pdfviewer-privacy-policy;
}