server { listen 80; root /usr/share/nginx/html/; location / { index index.html index.htm; try_files $uri $uri/ /index.html = 404; } include /etc/nginx/extra-conf.d/*.conf; }