cloudfoundry / docs-buildpacks

http://docs.cloudfoundry.org/buildpacks/
Apache License 2.0
21 stars 118 forks source link

reflect required path in Staticfile #199

Closed gidsg closed 6 years ago

gidsg commented 6 years ago

Previously it was incorrectly stated:

Set the location_include variable in your Staticfile to the path of the file from the previous step:

As the path from the previous step was nginx/conf/includes/custom_header.conf and the path in Staticfile is includes/*.conf

This PR reflects that the required path is relative to nginx/conf

cfdreddbot commented 6 years ago

Hey gidsg!

Thanks for submitting this pull request! I'm here to inform the recipients of the pull request that you and the commit authors have already signed the CLA.

cf-gitbot commented 6 years ago

We have created an issue in Pivotal Tracker to manage this. Unfortunately, the Pivotal Tracker project is private so you may be unable to view the contents of the story.

The labels on this github issue will be updated when the story is started.

ljarzynski commented 6 years ago

Thanks @gidsg !