-
Notifications
You must be signed in to change notification settings - Fork 91
Embedded nginx does not support http2 #172
Comments
Hi, |
Definitely not for fun of it. I'm kind of surprised that you would think that it would be for the fun of it. |
@123dev The sources for the OVA are open: https://github.com/Graylog2/omnibus-graylog2 Feel free to provide a pull request to compile nginx with HTTP/2 support. |
@123dev the problem is that when you enable http/2 for the nginx instance, it's only between your browser and nginx. The connection between nginx and Graylog (the Java process) is still http. So the benefits of http/2 are pretty limited in such a setup. Until Graylog itself is supporting http/2 I dont see good reasons for investing time into this. Thats why I asked for your special use-case. Maybe there is something in your environment I don't know of. But obviously thats not the case. Like @joschi said, if you still feel the need of having this prematurely, we are happy the review your PR. |
Thanks for the comments gentlemen. Sorry to hear that you think otherwise, and I mean no disrespect, I understand that it's a tough balancing act to decide what to invest your efforts on. Thanks again. |
Hello, It's just me replying to old tickets. @mariussturm Did we used to install our own bundled nginx onto the OVA? When I look at the install scripts, it looks like we just install the default package from the Ubuntu repo: https://github.com/Graylog2/graylog2-images/blob/4.0/packer/scripts/install_ami.sh#L47-L48 And when I install the OVA and run |
Hi,
It appears that the embedded nginx in version 2.1.1 of AWS does not support http2
seems to be missing
--with-http_v2_module
and if we add the http2 option, it fails.
Any reason why this is left out?
Would be nice to add if possible.
Thanks
The text was updated successfully, but these errors were encountered: