mirror of
https://github.com/wahyd4/aria2-ariang-docker.git
synced 2026-08-08 21:05:50 +10:00
29 lines
345 B
Plaintext
29 lines
345 B
Plaintext
{$DOMAIN} {
|
|
proxy / file-manager {
|
|
transparent
|
|
}
|
|
|
|
proxy /jsonrpc localhost:6800 {
|
|
transparent
|
|
websocket
|
|
}
|
|
|
|
gzip
|
|
log stdout
|
|
errors stdout
|
|
}
|
|
|
|
{$DOMAIN}/ui {
|
|
redir / /ui/ 301
|
|
}
|
|
|
|
{$DOMAIN}/ui/ {
|
|
root /usr/local/www/aria2
|
|
timeouts none
|
|
gzip
|
|
log stdout
|
|
errors stdout
|
|
|
|
basicauth / {$ARIA2_USER} {$ARIA2_PWD}
|
|
}
|