release: kitabu chain v0.1.0
This commit is contained in:
12
devops/Caddyfile
Normal file
12
devops/Caddyfile
Normal 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
|
||||
}
|
||||
Reference in New Issue
Block a user