Skip to content

Instantly share code, notes, and snippets.

@StanGirard
Created October 14, 2020 07:18
Show Gist options
  • Save StanGirard/128d36bd252759bf1d01d90b7d92a670 to your computer and use it in GitHub Desktop.
Save StanGirard/128d36bd252759bf1d01d90b7d92a670 to your computer and use it in GitHub Desktop.
server {
listen 80;
location / {
# This would be the directory where your React app's static files are stored at
root /usr/share/nginx/html;
try_files $uri /index.html;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment