diff options
| author | Daniel Micay <danielmicay@gmail.com> | 2021-05-16 06:28:00 -0400 |
|---|---|---|
| committer | Daniel Micay <danielmicay@gmail.com> | 2021-05-16 06:28:00 -0400 |
| commit | f1f3ee0cab468606928834d8845ead63fb3974b6 (patch) | |
| tree | ed95f39a1ff1bee426e1c9632c83a3e025255c1b /nginx | |
| parent | 7f89a19b00e1ec2d1220a73a8f9e969181c803eb (diff) | |
remove legacy graphene.png redirect
Diffstat (limited to 'nginx')
| -rw-r--r-- | nginx/nginx.conf | 4 |
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; } |
