events { worker_connections 1024; } http { server_tokens off; more_clear_headers Server; server { listen 80; root /var/www/html; location / { try_files $uri /index.html; } } }