nginx: enable http3 #89

Merged
rouven0 merged 1 commit from http3 into main 2024-04-04 14:09:15 +02:00
rouven0 commented 2024-04-03 15:05:20 +02:00 (Migrated from github.com)

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.

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.
tenksom (Migrated from github.com) reviewed 2024-04-03 15:05:20 +02:00
fugidev (Migrated from github.com) approved these changes 2024-04-03 16:27:23 +02:00
fugidev (Migrated from github.com) left a comment

why not ^^

why not ^^
tanneberger (Migrated from github.com) reviewed 2024-04-03 18:36:21 +02:00
@ -8,2 +8,4 @@
enableACME = true;
forceSSL = true;
# enable http3 for all hosts
quic = true;
tanneberger (Migrated from github.com) commented 2024-04-03 18:36:20 +02:00

based

based
tanneberger (Migrated from github.com) approved these changes 2024-04-03 18:36:25 +02:00
Sign in to join this conversation.
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: wurzel/fruitbasket#89
No description provided.