diff options
| author | Daniel Micay <danielmicay@gmail.com> | 2022-03-06 18:54:35 -0500 |
|---|---|---|
| committer | Daniel Micay <danielmicay@gmail.com> | 2022-03-06 21:40:49 -0500 |
| commit | dff85fd68027fb9cb295074a671ffd9b56e1c0bd (patch) | |
| tree | 4286cec37873557ffc5f1808550e9940672c7f9b /nginx/nginx.conf | |
| parent | 566a22276060ae2d9f6140052f6cd51954f21c4d (diff) | |
add transparent Zcash donation address
Diffstat (limited to 'nginx/nginx.conf')
| -rw-r--r-- | nginx/nginx.conf | 10 |
1 files changed, 9 insertions, 1 deletions
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 { |
