mirror of
https://github.com/mempool/mempool.git
synced 2025-03-13 11:36:07 +01:00
Add proxy_pass with rewrite for /bisq/api into nginx.conf
This commit is contained in:
parent
5198c3a5af
commit
4e6ba18f19
1 changed files with 4 additions and 0 deletions
|
@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue