Created
August 1, 2019 03:21
-
-
Save estebanbacl/3db77ac0f3de1abb89d4d5ec3af9e68c to your computer and use it in GitHub Desktop.
Route angular nginx
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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