events {} http { server { listen 80; location / { root /data; autoindex on; } } }