源站直接aria2 可以开32个线程。下载速度还行。。
反代了一下之后 aria2就只能单线程了。速度直接降到原来的 1/15
补充配置
- location /{ proxy_pass https://domain.com; proxy_set_header Host domain.com; proxy_set_header X-Real-IP $remote_addr; proxy_set_header REMOTE-HOST $remote_addr; proxy_buffering off; add_header X-Cache $upstream_cache_status add_header Cache-Control no-cache; expires 12h;}
复制代码 |