paketo-community/staticfile

NGINX root directory should be configurable

Closed this issue · 1 comments

The README in this repo implies that I can specify the root directory that NGINX will use to serve assets from. The following buildpack.yml structure currently errors out.

staticfile:
  nginx:
    root: "dist/hello-world"

Looks like it's just hardcoded to serve assets from "public" directory

resolved by #56