v2ray-examples/websocket+Caddy+TLS(use path)/Caddyfile

11 lines
178 B
Caddyfile
Executable File

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
}
}