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