Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

please add httpv3 protocol #485

Closed
clcc2019 opened this issue Dec 18, 2020 · 7 comments
Closed

please add httpv3 protocol #485

clcc2019 opened this issue Dec 18, 2020 · 7 comments

Comments

@clcc2019
Copy link

please add httpv3 protocol

@thresheek
Copy link
Collaborator

Sure, as soon it's available in the released nginx version, it'll be here.

@DasSkelett
Copy link

DasSkelett commented Dec 20, 2020

Development of HTTP/3 and QUIC support happens in a separate branch and repository currently, that's why you can't just "enable" it during compilation.
I'm working on an nginx-quic image for myself, though that will be based on archlinux:base-devel since I can make use of my AUR package there ^^

Edit: pushed my image to the hub: https://hub.docker.com/r/dasskelett/nginx-quic
Dockerfile source is here: https://gitlab.com/DasSkelett/nginx-quic-docker

If someone is eager to have a reason to run Arch on a server (even if only in a container), here ya go.

@AlexRMU
Copy link

AlexRMU commented Jul 8, 2023

https://nginx.org/en/docs/http/ngx_http_v3_module.html
The ngx_http_v3_module module (1.25.0) provides experimental support for HTTP/3.
This module is not built by default, it should be enabled with the --with-http_v3_module configuration parameter.

When do you plan to add this here by default?

@thresheek
Copy link
Collaborator

Hi @AlexRMU it's available since 1.25.1 in the images.

@Soberia
Copy link

Soberia commented Oct 21, 2023

--with-stream_quic_module is also should be enabled.

@QuAzI
Copy link

QuAzI commented May 3, 2024

Is there any way/env to enable HTTP3 and QUIC by default (with default configuration in container)?

@thresheek
Copy link
Collaborator

Hi @QuAzI, no, there is no way to do that.

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

No branches or pull requests

6 participants