server { listen 7860; server_name localhost; root /var/www/html; index index.html; location / { try_files $uri /index.html; } }