mirror of
https://github.com/dokku/buildpack-nginx.git
synced 2024-11-05 11:48:42 +00:00
commit
7a023ab687
@ -13,7 +13,11 @@ http {
|
||||
server {
|
||||
listen <%= ENV["PORT"] %>;
|
||||
server_name _;
|
||||
root /app/www;
|
||||
<% if ENV["ROOT"] %>
|
||||
root /app/www/<%= ENV["ROOT"] %>;
|
||||
<% else %>
|
||||
root /app/www;
|
||||
<% end %>
|
||||
index index.html;
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user