Skip to content
This repository has been archived by the owner on Apr 17, 2019. It is now read-only.

[nginx-ingress-controller] Enable configuration to disable http2 #962

Merged
merged 1 commit into from
May 26, 2016

Conversation

aledbf
Copy link
Contributor

@aledbf aledbf commented May 12, 2016

fixes #960

Latest safari have issues with http2 https://trac.nginx.org/nginx/ticket/979

@aledbf
Copy link
Contributor Author

aledbf commented May 12, 2016

ping @bprashanth

@@ -214,6 +214,11 @@ type nginxConfiguration struct {
// http://nginx.org/en/docs/http/ngx_http_gzip_module.html
UseGzip bool `structs:"use-gzip,omitempty"`

// Enables or disables the use of the nginx module that provides support for HTTP/2 in secure connections
// http://nginx.org/en/docs/http/ngx_http_v2_module.html

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

are you actually disabling the module or just not advertising http2 as a supported upgrade protocol? if the latter, please modify the comment.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

done

@rh-kube-bot
Copy link

Can one of the admins verify this patch?

1 similar comment
@rh-kube-bot
Copy link

Can one of the admins verify this patch?

@bprashanth
Copy link

lgtm, but you have merge conflicts

@aledbf
Copy link
Contributor Author

aledbf commented May 26, 2016

done

@bprashanth
Copy link

LGTM

@bprashanth bprashanth merged commit 35f1e51 into kubernetes-retired:master May 26, 2016
@aledbf aledbf deleted the http2-config branch May 26, 2016 04:24
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Nginx Ingress Controller - Safari 9 craps out with http2
4 participants