Hey nginx team,
How does the roadmap now look given the Cloudflare Quiche "experiment"
release? Is QUIC/HTTP3 still scheduled for mainline?
On Fri, 31 May 2019 at 16:54, George wrote:
> Roadmap suggests it is in Nginx 1.17 mainline QUIC = HTTP/3
> https://trac.nginx.org/nginx/roadmap :)
>
> Pos
Hello!
On Mon, Jan 06, 2020 at 04:32:24PM -0800, Frank Liu wrote:
> When using nginx as a reverse proxy, how does it handle the
> pre-existing data on a keepalive connection to the backend?
>
> eg: for a request, the backend has a bug that sends 2 identical
> responses. I assume nginx will take
Hi.
I have this config below And I requested upstream resource and got 404
response. However, when I modified 'listen 80' to 'listen 8081', I requested
upstream resource again, I got 200 response. I wonder why.
Thanks.
snippet of my nginx config
http {
upstream backend {
server IP: