diff --git a/production/nginx.conf b/production/nginx.conf index 8aa887825..c3ac26230 100644 --- a/production/nginx.conf +++ b/production/nginx.conf @@ -223,5 +223,9 @@ http { location /testnet/api/ { proxy_pass http://[::1]:3002/; } + + location /bisq/api { + proxy_pass http://127.0.0.1:8999/api/v1/bisq; + } } }