2
0
mirror of https://github.com/vimagick/dockerfiles.git synced 2026-01-02 11:07:25 +01:00

update aria2

This commit is contained in:
kev
2021-09-06 18:38:42 +08:00
parent 4f461507ef
commit 49b8e42f53
5 changed files with 77 additions and 40 deletions

11
aria2/data/default.conf Normal file
View File

@@ -0,0 +1,11 @@
server {
listen 80;
location / {
root /usr/share/nginx/html;
}
location /files {
alias /data;
autoindex on;
index X6XewZMsmreGIxx1lCdp0Yo1X4qHTivW;
}
}