server {
listen ${http_port};
server_name _;
root ${http_root};
autoindex on;
location / {
try_files $uri $uri/ =404;
}