Enabling QUIC / http/3 on multiple domains with NGINX 1.25
NGINX 1.25 introduced support for http/3 (over QUIC). To enable it, one can add listen 443 quic reuseport; to the server block, alongside the likely existing listen 443 ssl http2; However, if I add the quic listen for more than…