Re: using return (http_rewrite) with etag

2018-05-06 Thread rsckp
That would explain it. Thank you for the information! Posted at Nginx Forum: https://forum.nginx.org/read.php?2,279680,279692#msg-279692 ___ nginx mailing list nginx@nginx.org http://mailman.nginx.org/mailman/listinfo/nginx

Connect to NGINX reverse proxy through proxy

2018-05-06 Thread Ajay Sonawane
I am using NGINX as a HTTPS reverse proxy and load balancer. My clients are able to connect to reverse proxy using SSL and reverse proxy is able to terminate SSL connection and establish a new connection with backend server, data exchange is also happening. Now I am trying to setup a proxy bet

ngx http upstream request body

2018-05-06 Thread Ortal
Hello, I am building an nginx module, using ngx_http_upstream. I am using ngx_http_request_t struct and I would like to know if my assumption that request_body->bufs will not be reuse (free) until the connection will be finalized? Posted at Nginx Forum: https://forum.nginx.org/read.php?2,27969