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

nginx: enable http3 #89

Merged
merged 1 commit into from
Apr 4, 2024
Merged

nginx: enable http3 #89

merged 1 commit into from
Apr 4, 2024

Conversation

rouven0
Copy link
Collaborator

@rouven0 rouven0 commented Apr 3, 2024

This opens the firewall to allow QUIC communication and configures nginx to support http3.
While I'm not sure if it will bring any speed benefits, it doesn't hurt to have.

@rouven0 rouven0 requested review from fugidev and tenksom April 3, 2024 13:05
Copy link
Member

@fugidev fugidev left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

why not ^^

@@ -7,21 +7,27 @@
({ name, ... }: {
enableACME = true;
forceSSL = true;
# enable http3 for all hosts
quic = true;
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

based

@rouven0 rouven0 merged commit 913f410 into main Apr 4, 2024
2 checks passed
@rouven0 rouven0 deleted the http3 branch April 4, 2024 12:09
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

Successfully merging this pull request may close these issues.

3 participants