server { server_name localhost; location / { root /var/www/html; autoindex on; access_log /var/log/nginx/access.log combined; } }