Releases: cloudfoundry/staticfile-buildpack
Releases · cloudfoundry/staticfile-buildpack
v1.0.0
Staticfile Buildpack v0.5.2
Features
- Respond with
Content-Type: application/json
for.json
files. #30 [Thanks, @danielsiwiec!]
Staticfile Buildpack v0.5.1
- Include gzip static module in nginx [thanks @ljfranklin]
- Allow alternate root to be
public
folder
Staticfile Buildpack v0.5.0
- Support for
cflinuxfs2
trusty stack (and continued support forlucid64
stack) [thanks @simonjohansson] - Remove trailing whitespace from Staticfile 'root:' value [thanks @edmorley]
- Use rsync rather than mv to ensure correct files present in public/ [thanks @edmorley]
- add text/cache-manifest mime type for .manifest files [thanks @hairmare]
- Ensure that trailing slash redirects don't include
ENV[PORT]
(thanks @mrdavidlaing)
Testing buildpacks
There is now a basic test harness script in tests/test.sh
.
To test a branch on github:
ORG=edmorley BRANCH="root_dir-whitespace" ./test/test.sh
Staticfile Buildpack v0.4.2
Upgrade to nginx 1.7.4 with SSL reverse-proxy support
Staticfile Buildpack v0.4.1
Bug fix for Staticfiles with alternate roots
Staticfile Buildpack v0.4.0
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
Specify alternate root folder within Staticfile
.
root: dist/
Staticfile Buildpack v0.2.0
Supports basic auth via Staticfile.auth. See README.