11 lines
178 B
Caddyfile
Raw Normal View History

2017-11-25 19:43:00 +08:00
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
}
}