I have this in this specific directive in my nginx.conf file:
nginx.conf
location /downloads/ { alias "Z:/My Downloads/"; autoindex on; }