So vermeiden Sie Nginx nicht gefunden 404 Fehler Ubuntu React App
location / {
root /var/www/myapp/build;
index index.html;
try_files $uri /index.html$is_args$args =404;
}
Good Gibbon