mirror of
https://github.com/wahyd4/aria2-ariang-docker.git
synced 2026-08-09 05:15:55 +10:00
Start integrating rclone, had rclone running but missing default configuration file
This commit is contained in:
@@ -8,6 +8,10 @@
|
||||
websocket
|
||||
}
|
||||
|
||||
proxy /rclone 127.0.0.1:5572 {
|
||||
transparent
|
||||
}
|
||||
|
||||
gzip
|
||||
log stdout
|
||||
errors stdout
|
||||
@@ -26,3 +30,16 @@
|
||||
|
||||
basicauth / {$ARIA2_USER} {$ARIA2_PWD}
|
||||
}
|
||||
|
||||
{$DOMAIN}/rclone {
|
||||
redir / /rclone/ 301
|
||||
}
|
||||
|
||||
{$DOMAIN}/rclone/ {
|
||||
proxy / 127.0.0.1:5572/ {
|
||||
transparent
|
||||
}
|
||||
|
||||
log stdout
|
||||
errors stderr
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user