Merge pull request #9 from leonardowf/master

Add try_files support
This commit is contained in:
Jose Diaz-Gonzalez 2016-09-19 23:12:57 -06:00 committed by GitHub
commit b4bd0c0b1f
1 changed files with 1 additions and 0 deletions

View File

@ -19,5 +19,6 @@ http {
root /app/www; root /app/www;
<% end %> <% end %>
index index.html; index index.html;
try_files $uri $uri/ /index.html;
} }
} }