Skip to content

Instantly share code, notes, and snippets.

@estebanbacl
Created August 1, 2019 03:21
Show Gist options
  • Save estebanbacl/3db77ac0f3de1abb89d4d5ec3af9e68c to your computer and use it in GitHub Desktop.
Save estebanbacl/3db77ac0f3de1abb89d4d5ec3af9e68c to your computer and use it in GitHub Desktop.
Route angular nginx
location / {
try_files $uri $uri/ /index.html?$query_string;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment