summaryrefslogtreecommitdiff
path: root/nginx
diff options
context:
space:
mode:
authorDaniel Micay <danielmicay@gmail.com>2021-06-04 23:37:11 -0400
committerDaniel Micay <danielmicay@gmail.com>2021-06-04 23:37:11 -0400
commit6a54597de8826fc9698abf93aaf415005f3298de (patch)
tree32f7a7e353e941487f9067de4116a911f322f61e /nginx
parent7cf4f405cab4e8b6ade740d6be7bec75e04921d2 (diff)
remove legacy underscore redirects (unused)
Diffstat (limited to 'nginx')
-rw-r--r--nginx/nginx.conf8
1 files changed, 0 insertions, 8 deletions
diff --git a/nginx/nginx.conf b/nginx/nginx.conf
index 140c2875..ae58688e 100644
--- a/nginx/nginx.conf
+++ b/nginx/nginx.conf
@@ -146,14 +146,6 @@ http {
return 301 /.well-known/security.txt;
}
- location = /pdfviewer_privacy_policy {
- return 301 /pdfviewer-privacy-policy;
- }
-
- location = /bitcoin_address.png {
- return 301 /bitcoin-donation.png;
- }
-
location = /bitcoin-address.png {
return 301 /bitcoin-donation.png;
}