mirror of
https://github.com/wahyd4/aria2-ariang-docker.git
synced 2026-08-08 21:05:50 +10:00
20 lines
258 B
Plaintext
20 lines
258 B
Plaintext
{$DOMAIN} {
|
|
root /usr/local/www/aria2
|
|
timeouts none
|
|
gzip
|
|
log stdout
|
|
errors stdout
|
|
|
|
basicauth / {$ARIA2_USER} {$ARIA2_PWD}
|
|
|
|
}
|
|
|
|
|
|
{$DOMAIN}/files {
|
|
gzip
|
|
log stdout
|
|
errors stdout
|
|
filemanager / /data
|
|
basicauth / {$ARIA2_USER} {$ARIA2_PWD}
|
|
}
|