mirror of
https://github.com/wahyd4/aria2-ariang-docker.git
synced 2026-08-08 21:05:50 +10:00
17 lines
197 B
Caddyfile
17 lines
197 B
Caddyfile
{$DOMAIN} {
|
|
proxy / localhost:8080 {
|
|
transparent
|
|
}
|
|
log stdout
|
|
errors stdout
|
|
gzip
|
|
}
|
|
|
|
{$DOMAIN}/ui {
|
|
root /usr/local/www/aria2
|
|
timeouts none
|
|
gzip
|
|
log stdout
|
|
errors stdout
|
|
}
|