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