diff options
Diffstat (limited to 'nginx')
| -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 { |
