Files
aria2-ariang-docker/SecureCaddyfile
T
2019-05-19 00:26:55 +08:00

23 lines
277 B
Plaintext

{$DOMAIN} {
proxy / localhost:8080 {
transparent
}
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}
}