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

Support for QUIC and HTTP/3 #883

Open
chris001 opened this issue Aug 2, 2024 · 2 comments
Open

Support for QUIC and HTTP/3 #883

chris001 opened this issue Aug 2, 2024 · 2 comments

Comments

@chris001
Copy link

chris001 commented Aug 2, 2024

It would be great to add support to enable HTTP/3 for Nginx virtual servers.

Nginx Open Source 1.25.0 supports HTTP/3, and was released over a year ago, in May 2023.

As of June 2024, HTTP/3 is fully supported by 79% of all web browser installations and 29% of the top 10 million websites. It has been supported by Chromium (and derived projects including Google Chrome, Microsoft Edge, Samsung Internet, and Opera) since April 2020 and by Mozilla Firefox since May 2021. (source)

@iliajie
Copy link
Collaborator

iliajie commented Aug 2, 2024

Hello Chris!

Thanks for the heads up!

For the time being, adding support for Nginx with HTTP/3 in Virtualmin won't be very useful, as it isn't supported upstream by any system we support. Even Ubuntu 24.04 still ships with Nginx 1.24.0.

@chris001
Copy link
Author

chris001 commented Aug 3, 2024

You're right, only Nginx 1.24 ships with Ubuntu 24.04.

However, to upgrade Nginx in Ubuntu is easy and gets you the max performance of http/3.

sudo apt install software-properties-common
sudo add-apt-repository ppa:ondrej/nginx-mainline
sudo apt upgrade
sudo apt install nginx-full
sudo apt list libnginx-mod-*   # lists more nginx modules available to install

This upgrades you to Nginx 1.27.0 with HTTP/3 & brings benefits like reduced connection establishment time, no head of line blocking, improved security measures, lower latency, enhanced performance, more resilient and reliable.

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

2 participants