Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Usage with heroku/heroku-buildpack-static #16

Open
cyrilchapon opened this issue Mar 7, 2019 · 0 comments
Open

Usage with heroku/heroku-buildpack-static #16

cyrilchapon opened this issue Mar 7, 2019 · 0 comments

Comments

@cyrilchapon
Copy link

Heroku backs a fantastic buildpack that is a thin wrapper around nginx, called heroku-buildpack-static.

Though, it's currently incompatible with heroku-buildpack-subdir because the former specifies some absolute paths inside one of it's template files.

I think it would be very nice to make those 2 buildpacks play well with each-other because heroku-buildpack-subdir is a great way to cleanly install, release and run multiple apps in subdirs; and heroku-buildpack-static on its side is a great way to serve / proxy to apps.

Those 2 together make a great starting point to make multi-apps Heroku apps, with a reverse-proxy in front of it, and a clean and reliable stack.

This is issue is not really really related to heroku-buildpack-subdir, but it's rather a way to ask your help here to make a clever and quick PR to heroku-buildpack-static to make both play well together.

I mirrored the issue there

Thanks for your help, and this great buildpack 🙂

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant