server {
    listen 80;
    server_name _;

    location / {
        root /var/www/html;
        index index.html;
    }
}