Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added patch to make NGINX support HTTP/2 and SPDY simultaneously
See blog.cloudflare.com/open-sourcing-our-nginx-http-2-spdy-code
- Loading branch information
e384008
There was a problem hiding this comment.
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?
e384008
There was a problem hiding this comment.
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..e384008
There was a problem hiding this comment.
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.
e384008
There was a problem hiding this comment.
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.
e384008
There was a problem hiding this comment.
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.
e384008
There was a problem hiding this comment.
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.
e384008
There was a problem hiding this comment.
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.