I uploaded react.js application to server. I\'m using nginx server. Application is working fine. But when I go to other page & refresh, site is not working. It\'s showin
This worked for me
location /{ try_files $uri $uri/ /index.html$is_args$args; }