digitalocean / nginxconfig.io

⚙️ NGINX config generator on steroids 💉
https://do.co/nginxconfig
MIT License
27.66k stars 2.04k forks source link

Binary Packages Now Available for the Preview NGINX QUIC+HTTP/3 Implementation #452

Open anvme opened 11 months ago

anvme commented 11 months ago

Information

Details

Description

Binary Packages Now Available for the Preview NGINX QUIC+HTTP/3 Implementation https://www.nginx.com/blog/binary-packages-for-preview-nginx-quic-http3-implementation/

Steps to reproduce

listen 443 http3;

Expected behavior

listen 443 quic reuseport; add_header Alt-Svc 'h3=":$server_port"; ma=86400';

Screenshots