1 Star 2 Fork 0

流浪的法师/aria2-ariang-docker

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
SecureCaddyfile 347 Bytes
一键复制 编辑 原始数据 按行查看 历史
{$DOMAIN} {
proxy / 127.0.0.1:8080 {
transparent
}
proxy /jsonrpc 127.0.0.1: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}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/chaofml/aria2-ariang-docker.git
[email protected]:chaofml/aria2-ariang-docker.git
chaofml
aria2-ariang-docker
aria2-ariang-docker
master

搜索帮助