Bereaksi Nginx Mengembalikan 404 Setelah Muat Ulang

Change location in Nginx to this code below

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