From 5fb4eac4b754c4f9f8b265b5ccb2b7299c378910 Mon Sep 17 00:00:00 2001 From: wiz Date: Sat, 4 Mar 2023 15:53:49 +0900 Subject: [PATCH] ops: Add missing /api/address-prefix nginx route for bisq --- production/nginx/server-bisq.conf | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/production/nginx/server-bisq.conf b/production/nginx/server-bisq.conf index 2ea99843b..76b0d304c 100644 --- a/production/nginx/server-bisq.conf +++ b/production/nginx/server-bisq.conf @@ -9,6 +9,10 @@ location /api/tx/ { rewrite ^/api/(.*) /$1 break; 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 location /api/currencies {