autoindex on; autoindex_exact_size on; autoindex_localtime on; server { listen 8081; server_name localhost; location / { root /var/www/html/test ; } }