hey maybe this " what is a reverse proxy guide " may help
https://www.namecheap.com/guru-guides/what-is-reverse-proxy-server/
but you can try to build NGINX with HTTP/3 support enabled:
% ./configure \
--prefix=$PWD \
--wit
> On 18 Nov 2020, at 06:37, lujiangbin wrote:
>
> hi, i am trying nginx-quic,i use it as a http3 reverse proxy, it will send a
> http request to upstream. when i send http3 request to reverser proxy to
> retrieve a large file(1g), it does not work fine, just download some part of
> the data, i
hi, i am trying nginx-quic,i use it as a http3 reverse proxy, it will send a
http request to upstream. when i send http3 request to reverser proxy to
retrieve a large file(1g), it does not work fine, just download some part of
the data, i think there are some bugs in it, could you please check it o