cache-proxy/config.yaml

24 lines
502 B
YAML
Raw Normal View History

2024-12-16 21:11:32 +08:00
upstream:
- server: https://mirrors.aliyun.com
match:
match: /(alpine|ubuntu)(/.*)
replace: /$1$2
- server: http://mirrors.tencent.com
# - server: https://mirrors.ustc.edu.cn
- server: https://packages.microsoft.com/repos/code
match:
match: /microsoft-code(.*)
replace: '$1'
- server: http://releases.ubuntu.com/
match:
match: /ubuntu-releases/(.*)
replace: /$1
misc:
rate-first-byte: 31457280 # 1024*1024*30
storage:
type: local # ignored
local:
path: ./data