Re: nginx-quic http3 reverse proxy problem

2021-01-24 Thread dahekik
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

Re: nginx-quic http3 reverse proxy problem

2020-11-18 Thread Sergey Kandaurov
> 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

nginx-quic http3 reverse proxy problem

2020-11-17 Thread lujiangbin
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