nginxinc / nginx-go-crossplane

A library for working with NGINX configs in Go
Apache License 2.0
46 stars 12 forks source link

Add support for http2 directive #67

Closed puneetsarna closed 1 year ago

puneetsarna commented 1 year ago

Proposed changes

The new http2 directive obsoletes the http2 parameter of the listen directive which is now deprecated.

https://docs.nginx.com/nginx/releases/#nginxplusrelease-30-r30

http://nginx.org/en/docs/http/ngx_http_v2_module.html#http2

Checklist

Before creating a PR, run through this checklist and mark each as complete.

puneetsarna commented 1 year ago

@ornj