Skip to content

Commit

Permalink
ci: siastats
Browse files Browse the repository at this point in the history
  • Loading branch information
alexfreska committed Oct 4, 2023
1 parent f55f1e5 commit 8946b5e
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions server/Caddyfile
Original file line number Diff line number Diff line change
Expand Up @@ -141,6 +141,17 @@ api.siascan.com {
}
}

siastats.info, www.siastats.info {
route /navigator-api/web3index/revenue { # web3index.org redirect until PR is accepted
uri replace /navigator-api/web3index/revenue /integrations/web3index/revenue
reverse_proxy localhost:10005
}

route * {
redir https://siascan.com 302
}
}

host.sia.tech {
encode gzip
reverse_proxy localhost:3006
Expand Down

0 comments on commit 8946b5e

Please sign in to comment.