server { listen 80; server_name repo.tudominio.cu; root /var/www/repo/; autoindex on; location /repo { root /var/www; } }