Update production nginx.conf and mempool-config.json for Bisq Markets API
This commit is contained in:
parent
fa75c1b08d
commit
3aff874479
@ -14,7 +14,6 @@
|
|||||||
"TX_PER_SECOND_SPAN_SECONDS": 150,
|
"TX_PER_SECOND_SPAN_SECONDS": 150,
|
||||||
"ELECTRS_API_URL": "http://[::1]:3000",
|
"ELECTRS_API_URL": "http://[::1]:3000",
|
||||||
"BISQ_ENABLED": true,
|
"BISQ_ENABLED": true,
|
||||||
"BSQ_BLOCKS_DATA_PATH": "/bisq/statsnode-data/btc_mainnet/db/json",
|
|
||||||
"BISQ_BLOCKS_DATA_PATH": "/bisq/statsnode-data/btc_mainnet/db/json",
|
"BISQ_BLOCKS_DATA_PATH": "/bisq/statsnode-data/btc_mainnet/db/json",
|
||||||
"BISQ_MARKET_ENABLED": true,
|
"BISQ_MARKET_ENABLED": true,
|
||||||
"BISQ_MARKETS_DATA_PATH": "/bisq/statsnode-data",
|
"BISQ_MARKETS_DATA_PATH": "/bisq/statsnode-data",
|
||||||
|
@ -192,6 +192,10 @@ http {
|
|||||||
proxy_set_header Connection "Upgrade";
|
proxy_set_header Connection "Upgrade";
|
||||||
limit_conn websocket 10;
|
limit_conn websocket 10;
|
||||||
}
|
}
|
||||||
|
location /bisq/api/v1/markets {
|
||||||
|
proxy_pass http://127.0.0.1:8996/api/v1/bisq/markets;
|
||||||
|
#limit_req burst=50 nodelay zone=api;
|
||||||
|
}
|
||||||
location /bisq/api/v1 {
|
location /bisq/api/v1 {
|
||||||
proxy_pass http://127.0.0.1:8996/api/v1;
|
proxy_pass http://127.0.0.1:8996/api/v1;
|
||||||
limit_req burst=50 nodelay zone=api;
|
limit_req burst=50 nodelay zone=api;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user