Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@ncole458
Created May 2, 2018 01:58
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ncole458/1198deaedfc4673487ce5abc35182a4b to your computer and use it in GitHub Desktop.
Save ncole458/1198deaedfc4673487ce5abc35182a4b to your computer and use it in GitHub Desktop.
React app breaks on refresh NGINX
# update the location blocks try_files in your /sites-available/default
location / {
try_files $uri $uri/ /index.html$is_args$args;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment