mirror of
https://github.com/wahyd4/aria2-ariang-docker.git
synced 2026-08-08 21:05:50 +10:00
25 lines
301 B
Plaintext
25 lines
301 B
Plaintext
{$DOMAIN} {
|
|
proxy / file-manager:80 {
|
|
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
|
|
|
|
basicauth / {$ARIA2_USER} {$ARIA2_PWD}
|
|
|
|
}
|