10 lines
169 B
Caddyfile
10 lines
169 B
Caddyfile
|
|
{$IP_ADDRESS}:5001 {
|
|
reverse_proxy http://localhost:5000
|
|
@ws {
|
|
header Connection *Upgrade*
|
|
header Upgrade websocket
|
|
}
|
|
reverse_proxy @ws http://localhost:7880
|
|
}
|