Whether to enable the HTTP/0.9 protocol negotiation used in QUIC interoperability tests. This requires using pkgs.nginxQuic
package which can be achieved by setting services.nginx.package = pkgs.nginxQuic;
and activate the QUIC transport protocol services.nginx.virtualHosts.<name>.quic = true;
. Note that special application protocol support is experimental and not yet recommended for production. Read more at https://quic.nginx.org/