2023-11-16 15:39:03 +01:00

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
}