1
0
mirror of https://github.com/dokku/buildpack-nginx.git synced 2025-07-09 05:14:04 +00:00

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

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;
} }
} }