Add proxy_pass with rewrite for /bisq/api into nginx.conf
This commit is contained in:
parent
0026b96ae1
commit
b113c5e10c
@ -223,5 +223,9 @@ http {
|
|||||||
location /testnet/api/ {
|
location /testnet/api/ {
|
||||||
proxy_pass http://[::1]:3002/;
|
proxy_pass http://[::1]:3002/;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
location /bisq/api {
|
||||||
|
proxy_pass http://127.0.0.1:8999/api/v1/bisq;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user