mirror of
https://github.com/lush2020/edgetunnel.git
synced 2026-03-22 01:22:21 +08:00
16 lines
302 B
Caddyfile
16 lines
302 B
Caddyfile
http://:{$PORT} {
|
|
root * /root/html
|
|
reverse_proxy /h2 127.0.0.1:8082 {
|
|
transport http {
|
|
versions h2c
|
|
}
|
|
}
|
|
file_server
|
|
@websockets {
|
|
header Connection *Upgrade*
|
|
header Upgrade websocket
|
|
}
|
|
reverse_proxy @websockets localhost:8080
|
|
|
|
|
|
} |