1
0
mirror of https://github.com/vimagick/dockerfiles.git synced 2024-12-23 01:39:27 +02:00
dockerfiles/aria2/data/default.conf

12 lines
224 B
Plaintext
Raw Normal View History

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