You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 1, 2023. It is now read-only.
heroku-buildpack-static is currently the simplest way to achieve some multi-apps proxying / serving inside a single Heroku app, that I found. The fact it abstracts the god damned nginx configuration file is a real plus for sake of simplicity and maintenability, and it has a bunch of great features we need.
negativetwelve/heroku-buildpack-subdir on its side, is the most starred / deployed buildpack that is able to run other buildpacks inside sub-directories.
The fact is, negativetwelve/heroku-buildpack-subdir entirely rely on the ability of the subsequent buildpacks to run in isolation...
We recently decided to migrate from a nginx-buildpack to heroku-buildpack-static, and we discovered that the latter is not able to run through negativetwelve/heroku-buildpack-subdir
Hey,
Thank you for this fantastic buildpack ❤️
heroku-buildpack-static is currently the simplest way to achieve some multi-apps proxying / serving inside a single Heroku app, that I found. The fact it abstracts the god damned nginx configuration file is a real plus for sake of simplicity and maintenability, and it has a bunch of great features we need.
negativetwelve/heroku-buildpack-subdir on its side, is the most starred / deployed buildpack that is able to run other buildpacks inside sub-directories.
The fact is, negativetwelve/heroku-buildpack-subdir entirely rely on the ability of the subsequent buildpacks to run in isolation...
We recently decided to migrate from a nginx-buildpack to heroku-buildpack-static, and we discovered that the latter is not able to run through negativetwelve/heroku-buildpack-subdir
The error we got is :
I just dug a little into it, and found that some paths are absolutely set inside nginx.conf.erb template here and here.
I thought of 2 ways this could fix it and be compliant with negativetwelve/heroku-buildpack-subdir's strategy :
$build_dir
or another prefixThe text was updated successfully, but these errors were encountered: