1
0
mirror of https://github.com/v2fly/v2ray-examples.git synced 2025-02-26 00:19:31 +08:00
2017-12-09 19:03:50 +08:00

11 lines
178 B
Caddyfile

https://example.domain {
root /usr/local/caddy/www/aria2
timeouts none
tls kiri_so@outlook.com
gzip
proxy /test localhost:1234 {
websocket
header_upstream -Origin
}
}