-
Notifications
You must be signed in to change notification settings - Fork 0
changed versions and added ssl module #57
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
base: master
Are you sure you want to change the base?
Conversation
yeah sorry that was there at one point and disappeared during some revisioning. |
Why would you need the ssl module? On Heroku SSL termination is handled by the router before nginx sees the request. |
@agriffis we are using the buildpack to deploy nginx to heroku as a proxy to other services that are on secure endpoints. In order to facilitate this the nginx binary that runs on heroku must be compiled with the ssl module. |
@bka9 Okay, thanks! |
Updated the nginx version from 1.9.3 to 1.9.5
Added http v2 module to configure.
Changed the nginx version and added a status module for additional mo…
No description provided.