Skip to content

Releases: cloudfoundry/staticfile-buildpack

Staticfile Buildpack v0.4.1

14 Aug 04:59
Compare
Choose a tag to compare

Bug fix for Staticfiles with alternate roots

Staticfile Buildpack v0.4.0

13 Aug 03:40
Compare
Choose a tag to compare

If your site doesn't have a nice index.html, you can configure Staticfile to display a Directory Index of other files; rather than show a relatively unhelpful 404 error.

Add a line to your Staticfile that begins with directory:

directory: visible

Staticfile Buildpack v0.3.0

10 Aug 14:42
Compare
Choose a tag to compare

Specify alternate root folder within Staticfile.

root: dist/

Staticfile Buildpack v0.2.0

10 Aug 05:06
Compare
Choose a tag to compare

Supports basic auth via Staticfile.auth. See README.