Re: Using single persistent socket to send subrequests

2022-01-27 Thread Devashi Tandon
org Message-ID: Content-Type: text/plain; charset=utf-8 Hi Devashi, Reply Forward On Mon, Jan 24, 2022 at 05:52:56AM +, Devashi Tandon wrote: > > We have the following configuration: > > location / { > proxy_http_version 1.1; > proxy_pass > http://ex

Re: Using single persistent socket to send subrequests

2022-01-12 Thread Devashi Tandon
eatly appreciated. Thanks, Devashi From: nginx-devel on behalf of Maxim Dounin Sent: Thursday, December 30, 2021 1:47 PM To: nginx-devel@nginx.org Subject: Re: Using single persistent socket to send subrequests Hello! On Thu, Dec 30, 2021 at 07:58:33AM +0000, De

Pushing configuration to NGINX from a custom server

2022-01-04 Thread Devashi Tandon
Hi, We want to push some string based configuration (maybe in json format) to NGINX server, from our server. The requirement is to NOT put the configuration in nginx.conf file but we will be specifying the configuration server in the nginx.conf file. Whenever we update the configuration in our

Re: Using single persistent socket to send subrequests

2021-12-29 Thread Devashi Tandon
xim Dounin Sent: Wednesday, December 29, 2021 8:07 PM To: nginx-devel@nginx.org Subject: Re: Using single persistent socket to send subrequests Hello! On Wed, Dec 29, 2021 at 06:30:11AM +0000, Devashi Tandon wrote: > We have a auth module in our code that sends requests to a > server and wa

Using single persistent socket to send subrequests

2021-12-28 Thread Devashi Tandon
Hi, We have a auth module in our code that sends requests to a server and waits for response to approve the request before proceeding to forward the request to a proxy server. We use the function ngx_http_post_request to post the subrequest. As I understand, this function adds the request to a