mirror of
https://github.com/v2fly/v2ray-examples.git
synced 2025-01-19 06:19:29 +08:00
11 lines
178 B
Caddyfile
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
|
||
|
}
|
||
|
}
|