server {
listen 80 default_server;
root /data;
index index.html index.htm;
location / {
autoindex on;
expires max;
try_files $uri $uri/ =404;
}