nginx-buildpack icon indicating copy to clipboard operation
nginx-buildpack copied to clipboard

Run NGINX in front of your app server on Heroku

Results 30 nginx-buildpack issues
Sort by recently updated
recently updated
newest added

While invoking `git push heroku master`, I run into a problem with my configuration of .nginx-buildpack. ``` remote: -----> nginx-buildpack app detected remote: cp: cannot stat 'bin/nginx-heroku-16': No such file...

Not every buildpack system starts in the buildpack directory. This PR works out the directory of the buildpack from $0 and explicitly uses that to run and copy files out...

Did some searching on google didn't find much. Any ideas? Is it possible that nginx upstream pgk hasn't been built for heroku-16 yet? ``` -----> nginx-buildpack app detected cp: cannot...

I am trying to host the [Tensorboard](https://github.com/tensorflow/tensorboard) on a Heroku instance, and to secure it, I have added nginx using the nginx-buildpack in front of it. The idea is that...

Hi, wondering if its possible to use this setup to proxy certain paths to another heroku app. For example, the following nginx.conf works locally, but fails when deployed to Heroku....

This pull request is NOT ready to be pulled. It breaks backward compatibility for existing users, and it diverges significantly from how this buildpack has historically worked. This pull request...

Hey all, Thanks for your work! I'm having trouble getting gzip to work on heroku. Here is my [nginx config file](https://github.com/polyrabbit/hacker-news-digest/blob/master/config/nginx.conf.erb#L13) and here is my web app deployed on heroku...

Does anyone know how to add modules to buildpack. I woul like to add [ngx_brotli](https://github.com/google/ngx_brotli) and [gzip_static_module](http://nginx.org/en/docs/http/ngx_http_gzip_static_module.html) but I have no idea how to do it?