server { listen 80; server_name ~.; location /download/ { alias /project_data/; autoindex on; } }