Skip to content

Commit

Permalink
Added patch to make NGINX support HTTP/2 and SPDY simultaneously
Browse files Browse the repository at this point in the history
See blog.cloudflare.com/open-sourcing-our-nginx-http-2-spdy-code
  • Loading branch information
jgrahamc committed May 13, 2016
1 parent beffc1a commit e384008
Showing 1 changed file with 6,263 additions and 0 deletions.
Loading

7 comments on commit e384008

@ariable
Copy link

Choose a reason for hiding this comment

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

I want to know how I should use it.
Can you give a description?

@v998
Copy link

@v998 v998 commented on e384008 May 14, 2016

Choose a reason for hiding this comment

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

see https://blog.cloudflare.com/open-sourcing-our-nginx-http-2-spdy-code/
before configuring... make sure to patch -p1 < nginx__http2_spdy.patch in the nginx source directory..

@ariable
Copy link

Choose a reason for hiding this comment

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

it works well with nginx 1.9.7 but is not compatible with the latest nginx 1.9.15(1.10.0).
I hope it can support the latest nginx.

@kn007
Copy link

@kn007 kn007 commented on e384008 May 22, 2016

Choose a reason for hiding this comment

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

Very useful but wasn't compatible with the latest nginx version.

@felixbuenemann
Copy link

@felixbuenemann felixbuenemann commented on e384008 May 27, 2016

Choose a reason for hiding this comment

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

@ariable @kn007 Try my updated SPDY patch for NGINX 1.9.15.

I haven't done any extensive testing yet, but it seems to work.

@kn007
Copy link

@kn007 kn007 commented on e384008 May 27, 2016

Choose a reason for hiding this comment

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

Thanks @felixbuenemann , I will try it later.

@felixbuenemann
Copy link

Choose a reason for hiding this comment

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

Added updated 1.9.15 patch in PR #36.

Please sign in to comment.