How to configure Nginx with React Router HistoryLocation? How to configure Nginx with React Router HistoryLocation? nginx nginx

How to configure Nginx with React Router HistoryLocation?


location / {    try_files $uri /your/index.html;}

http://nginx.org/en/docs/http/ngx_http_core_module.html#try_files

I know your example is more complex with the @proxy but the above works fine for my application.