mirror of
https://github.com/dokku/buildpack-nginx.git
synced 2024-11-29 03:43:05 +00:00
Merge branch 'riscie-master'
This commit is contained in:
commit
fabd871741
@ -19,6 +19,9 @@ http {
|
|||||||
root /app/www;
|
root /app/www;
|
||||||
<% end %>
|
<% end %>
|
||||||
index index.html;
|
index index.html;
|
||||||
try_files $uri $uri/ /index.html;
|
|
||||||
|
location / {
|
||||||
|
try_files $uri $uri/ /index.html;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user