mirror of
https://github.com/NoCLin/LightMirrors
synced 2025-12-16 14:10:27 +08:00
15 lines
265 B
Caddyfile
15 lines
265 B
Caddyfile
*.{$BASE_DOMAIN} {
|
|
|
|
tls {
|
|
dns cloudflare {env.CLOUDFLARE_DNS_API_TOKEN}
|
|
}
|
|
|
|
reverse_proxy http://lightmirrors:8080
|
|
|
|
@aria2 host aria2.{$BASE_DOMAIN}
|
|
handle @aria2 {
|
|
root * /wwwroot
|
|
file_server
|
|
reverse_proxy /jsonrpc http://aria2:6800
|
|
}
|
|
} |