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

HTTP 2 support? #42

Closed
Citrullin opened this issue Oct 19, 2016 · 2 comments
Closed

HTTP 2 support? #42

Citrullin opened this issue Oct 19, 2016 · 2 comments

Comments

@Citrullin
Copy link

Hi,
I evaluating load balancing solution on mesos, especially, aurora. I'm using grpc. My question is simple: Does aurproxy support http 2?

@ThanosBaskous
Copy link
Contributor

Hi @Citrullin, thanks for your question.

aurproxy is currently set up to use (and has been tested with) nginx 1.9.0 (see Dockerfile), which doesn't support HTTP/2 (it looks like HTTP/2 support was introduced in 1.9.5).

That being said, aurproxy should work fine with newer versions of nginx. Besides building/using a newer version of nginx, I think that the nginx template at templates/nginx/nginx.conf.template would have to be modified to specify "http2" on the listener line.

@Citrullin
Copy link
Author

Thanks @ThanosBaskous for your answer. I will check it.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants