Nginx bereaksi router

location / {
  try_files $uri /index.html;
}
xnimax