spantaleev / matrix-docker-ansible-deploy

🐳 Matrix (An open network for secure, decentralized communication) server setup using Ansible and Docker
GNU Affero General Public License v3.0
4.78k stars 1.03k forks source link

Update nginx fronting example: http2 config and enable quic+http3 #3460

Closed ddogfoodd closed 1 month ago

ddogfoodd commented 1 month ago

Two things changed (and I'm late to both parties):

  1. Previous way of configuring HTTP2 was deprecated a while back, I updated it so less warnings are thrown.
  2. I added support for QUIC and HTTP3

Hope the comments explaining the possible quic reuseport declaration are understandable, if someone sees this and has a better way of putting it, please do.