nginx: enable http3 #89
Loading…
Reference in a new issue
No description provided.
Delete branch "http3"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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.
why not ^^
@ -8,2 +8,4 @@
enableACME = true;
forceSSL = true;
# enable http3 for all hosts
quic = true;
based