Add production 4th instance for bisq backend

This commit is contained in:
wiz
2020-07-24 21:26:59 +09:00
parent 067540980e
commit 6ded0f54c4
5 changed files with 25 additions and 4 deletions

View File

@@ -225,7 +225,7 @@ http {
}
location /bisq/api {
proxy_pass http://127.0.0.1:8999/api/v1/bisq;
proxy_pass http://127.0.0.1:8996/api/v1/bisq;
}
}
}