Merge branch 'riscie-master'

This commit is contained in:
Jose Diaz-Gonzalez 2016-09-19 23:15:34 -06:00
commit fabd871741
1 changed files with 4 additions and 1 deletions

View File

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