Caddy V2 how to proxy websoket (v2ray websocket + tls)

Just so somebody doesn’t miss the asterisks. :slight_smile:

@websockets {
	header Connection *Upgrade*
	header Upgrade websocket
}
reverse_proxy @websockets localhost:6001
5 Likes