server { listen *:8084; server_name localhost; location / { root /fdroid/repo; autoindex on; } }