Как избежать nginx, не найденного 404 Ошибка Ubuntu React App
location / {
root /var/www/myapp/build;
index index.html;
try_files $uri /index.html$is_args$args =404;
}
Good Gibbon