server { listen 0.0.0.0:80; root /usr/share/nginx/html; server_tokens off; access_log off; location / { try_files $uri $uri/ /index.html; } }