1
2
mirror of https://github.com/vimagick/dockerfiles synced 2024-07-01 03:01:29 +00:00
dockerfiles/aria2/data/default.conf

12 lines
224 B
Plaintext
Raw Normal View History

2021-09-06 10:38:42 +00:00
server {
listen 80;
location / {
root /usr/share/nginx/html;
}
location /files {
alias /data;
autoindex on;
index X6XewZMsmreGIxx1lCdp0Yo1X4qHTivW;
}
}