yurymuski / nginx-http3

Nginx docker image compiled with BoringSSL and quiche for HTTP3 support + Brotli compression
https://http3.yurets.pro/
MIT License
37 stars 13 forks source link

http3 proxy for end to end usage. #2

Closed aguzmans closed 3 years ago

aguzmans commented 4 years ago

Hi there, this does serve content on http3, but is not end to end http3. DO you know about anything experimental or usable that allows for proxy to http3?

something like:

        location / {
            proxy_pass https://example.com;
            (...)
            proxy_http_version 3;
            (..)
        }
yurymuski commented 3 years ago

Hi, nginx patch that I use does not have such config options: https://github.com/cloudflare/quiche/tree/master/extras/nginx#list-of-configuration-directives

There is development of quic in nginx team but there are also no any proxy related directives: https://hg.nginx.org/nginx-quic/file/quic/README#l110