server { listen 8080; root /usr/share/nginx/html; include /etc/nginx/mime.types; location / { try_files $uri /index.html; } }