release: kitabu chain v0.1.0

This commit is contained in:
2022-02-05 12:50:01 +03:00
commit 363de8601d
8 changed files with 361 additions and 0 deletions

12
devops/Caddyfile Normal file
View File

@@ -0,0 +1,12 @@
rpc.yourdomain {
reverse_proxy openethereum:8545
}
ws.yourdomain {
@websockets {
header Connection *Upgrade*
header Upgrade websocket
}
reverse_proxy @websockets openethereum:8546
}