izissise / nginx-explorer

File explorer in javascript, file come from nginx autoindex
MIT License
10 stars 3 forks source link

path in url #9

Closed izissise closed 4 years ago

izissise commented 8 years ago

Need to do somethings like that in nginx:

location ~ /(*)/files/ {
  alias path/$1/;
}

location ~ /* {
 index /index;
}
izissise commented 4 years ago

Fixed