Update nginx.conf.erb

This commit is contained in:
Leonardo Wistuba de França 2016-09-11 12:05:14 -03:00 committed by GitHub
parent afa0a94343
commit f1d835dd90
1 changed files with 1 additions and 0 deletions

View File

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