Created
May 11, 2017 19:54
-
-
Save splinter/3105320689af58e369f1f1a4652db22a to your computer and use it in GitHub Desktop.
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 / { | |
root <%= @application[:absolute_document_root] %>; | |
index index.html index.htm index.php; | |
try_files $uri$args $uri$args/ /index.html; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment