mirror of
https://github.com/dokku/buildpack-nginx.git
synced 2025-02-05 04:42:27 +00:00
Update nginx.conf.erb
This commit is contained in:
parent
afa0a94343
commit
f1d835dd90
@ -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;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user