mirror of
https://github.com/nestriness/nestri.git
synced 2025-12-11 00:05:36 +02:00
9 lines
226 B
Caddyfile
9 lines
226 B
Caddyfile
relay.example.com {
|
|
@ws {
|
|
header Connection Upgrade
|
|
header Upgrade websocket
|
|
}
|
|
tls you@example.com
|
|
reverse_proxy @ws relay:8088
|
|
reverse_proxy relay:8088
|
|
} |