nginx-quic http3 reverse proxy problem

dahekik nginx-forum at forum.nginx.org
Mon Jan 25 06:08:13 UTC 2021


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                       	\
   	--with-http_ssl_module              	\
   	--with-http_v2_module               	\
   	--with-http_v3_module               	\
   	--with-openssl=../quiche/deps/boringssl \
   	--with-quiche=../quiche
 % make

Posted at Nginx Forum: https://forum.nginx.org/read.php?2,289999,290557#msg-290557



More information about the nginx mailing list