        location / {
            root /var/www/html;
            index index.html;
            try_files $uri $uri/ /index.html;
        }
