16 lines
254 B
Text
16 lines
254 B
Text
|
|
:80 {
|
||
|
|
route /graphql* {
|
||
|
|
reverse_proxy ponder:42069
|
||
|
|
}
|
||
|
|
route /health* {
|
||
|
|
reverse_proxy ponder:42069
|
||
|
|
}
|
||
|
|
route /rpc/anvil* {
|
||
|
|
reverse_proxy anvil:8545
|
||
|
|
}
|
||
|
|
route /txn* {
|
||
|
|
reverse_proxy txn-bot:43069
|
||
|
|
}
|
||
|
|
reverse_proxy frontend:5173
|
||
|
|
}
|