React nginx возвращает 404 после перезагрузки
Change location in Nginx to this code below
location / {
try_files $uri /index.html;
}
Almabek
Change location in Nginx to this code below
location / {
try_files $uri /index.html;
}