ops: Add missing /api/address-prefix nginx route for bisq
This commit is contained in:
parent
0c8636c803
commit
5fb4eac4b7
@ -9,6 +9,10 @@ location /api/tx/ {
|
|||||||
rewrite ^/api/(.*) /$1 break;
|
rewrite ^/api/(.*) /$1 break;
|
||||||
try_files /dev/null @esplora-api-cache-disabled;
|
try_files /dev/null @esplora-api-cache-disabled;
|
||||||
}
|
}
|
||||||
|
location /api/address-prefix/ {
|
||||||
|
rewrite ^/api/(.*) /$1 break;
|
||||||
|
try_files /dev/null @esplora-api-cache-disabled;
|
||||||
|
}
|
||||||
|
|
||||||
# rewrite APIs to match what backend expects
|
# rewrite APIs to match what backend expects
|
||||||
location /api/currencies {
|
location /api/currencies {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user