mirror of
https://github.com/outbackdingo/Xray-Docker-Compose.git
synced 2026-01-28 02:20:52 +00:00
20 lines
265 B
Caddyfile
20 lines
265 B
Caddyfile
<EXAMPLE.COM> {
|
|
root * /usr/share/caddy
|
|
|
|
@websockets {
|
|
header Connection *Upgrade*
|
|
header Upgrade websocket
|
|
}
|
|
|
|
reverse_proxy @websockets xray:1234/ws
|
|
|
|
route {
|
|
reverse_proxy /ws xray:1234
|
|
file_server
|
|
}
|
|
|
|
log {
|
|
output stdout
|
|
}
|
|
}
|