Created
December 19, 2014 21:58
-
-
Save gggritso/2e129197b527cf301064 to your computer and use it in GitHub Desktop.
Nginx configuration for SPA
This file contains 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
root /var/www/your_site; | |
location / { | |
try_files $uri /index.html; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
wrap in
are required