heroku / heroku-buildpack-php

Heroku's buildpack for PHP applications.
https://devcenter.heroku.com/categories/php
MIT License
805 stars 1.59k forks source link

Nginx 1.9.5 or higher #201

Closed jessedobbelaere closed 7 years ago

jessedobbelaere commented 7 years ago

Currently the supported Nginx version in this buildpack is 1.8.1.

Is there a possibility that we can upgrade to Nginx 1.9.5 or higher? The latest mainline version of Nginx is 1.11.7.

The reason why i'm asking is that I want to have HTTP/2 support which is only available in Nginx >1.9.5

dzuelke commented 7 years ago

It's on the list, but for Nginx, we currently provide the latest stable versions.

You do have the option of supplying your own builds, see support/build/README.md.

Note however that Heroku currently does not support HTTP/2 on the routing layer.

jessedobbelaere commented 7 years ago

Ok, thanks for the reply! Latest stable version is nginx-1.10.2 so would be great switching to that version.