1
0
mirror of https://github.com/dokku/buildpack-nginx.git synced 2024-11-05 03:38:43 +00:00

Merge branch 'master' of https://github.com/riscie/buildpack-nginx into riscie-master

This commit is contained in:
Jose Diaz-Gonzalez 2016-09-19 23:15:28 -06:00
commit 6430fa286b

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