diff options
| author | Daniel Micay <danielmicay@gmail.com> | 2020-11-01 14:54:58 -0500 |
|---|---|---|
| committer | Daniel Micay <danielmicay@gmail.com> | 2020-11-01 15:04:23 -0500 |
| commit | 571f8d40a059192d6fe1af5e0edf66d8954243f0 (patch) | |
| tree | a7b25800e3ae13f0e31dcc92194eaa114d428e08 /nginx | |
| parent | 02c4b9d42f9bc5fd06756997a885141f299b69c0 (diff) | |
use bitcoin: URI in QR code
Diffstat (limited to 'nginx')
| -rw-r--r-- | nginx/server.conf | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/nginx/server.conf b/nginx/server.conf index 5839930b..d4ca3eee 100644 --- a/nginx/server.conf +++ b/nginx/server.conf @@ -57,7 +57,11 @@ server { } location = /bitcoin_address.png { - return 301 /bitcoin-address.png; + return 301 /bitcoin-donation.png; + } + + location = /bitcoin-address.png { + return 301 /bitcoin-donation.png; } # mangled backlinks to /install |
