From dff85fd68027fb9cb295074a671ffd9b56e1c0bd Mon Sep 17 00:00:00 2001 From: Daniel Micay Date: Sun, 6 Mar 2022 18:54:35 -0500 Subject: add transparent Zcash donation address --- nginx/nginx.conf | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) (limited to 'nginx') diff --git a/nginx/nginx.conf b/nginx/nginx.conf index ad0ecaee..d52113f4 100644 --- a/nginx/nginx.conf +++ b/nginx/nginx.conf @@ -215,7 +215,15 @@ http { } location = /bitcoin-address.png { - return 301 /bitcoin-donation.png; + return 301 /donate-bitcoin.png; + } + + location = /bitcoin-donation.png { + return 301 /donate-bitcoin.png; + } + + location = /monero-donation.png { + return 301 /donate-monero.png; } location = /pdfviewer_privacy_policy { -- cgit v1.3.1