1
0
mirror of https://github.com/dokku/buildpack-nginx.git synced 2025-06-26 02:20:47 +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;
<% end %>
index index.html;
try_files $uri $uri/ /index.html;
}
}