mirror of
https://github.com/Blockstream/satellite-api.git
synced 2025-02-21 21:31:37 +01:00
LB gossip order fix
This commit is contained in:
parent
0ab56847c2
commit
b6ea319c0a
1 changed files with 1 additions and 1 deletions
|
@ -201,7 +201,7 @@ write_files:
|
|||
if ($ssl_client_verify != SUCCESS) {
|
||||
return 403;
|
||||
}
|
||||
proxy_pass http://${gossip_ip}:9292/$1;
|
||||
proxy_pass http://${gossip_ip}:9292/order$1;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue