mirror of
https://github.com/wahyd4/aria2-ariang-docker.git
synced 2026-08-08 21:05:50 +10:00
21 lines
259 B
Caddyfile
21 lines
259 B
Caddyfile
{$DOMAIN} {
|
|
proxy / file-manager:8080 {
|
|
transparent
|
|
}
|
|
gzip
|
|
log stdout
|
|
errors stdout
|
|
}
|
|
|
|
{$DOMAIN}/aria2 {
|
|
redir / /aria2/ 301
|
|
}
|
|
|
|
{$DOMAIN}/aria2/ {
|
|
root /usr/local/www/aria2
|
|
timeouts none
|
|
gzip
|
|
log stdout
|
|
errors stdout
|
|
}
|