location / { root /usr/share/nginx/html; index index.html index.htm; # First attempt to serve request as file, then # as directory, then fall back to redirecting to index.html try_files $uri $uri/ $uri.html /index.html; }