Welcome! Log In Create A New Profile

Advanced

How to add an arg to the requests to the upstreams

May 25, 2011 05:48AM
Hey, I wanna add a custom arg to the upstreams by proxy_pass like this:

upstream servers {
server1:8011;
server2:8012;
}

...
server {
listen on 8443;
ssl on;
server_name server0;
location / {
proxy_pass https://servers;
}
}


My expectation: type "https://server0:8443" and the upstream will get "https://server1:8011?abc=1"

So how can I make this? Thanks.
Subject Author Posted

How to add an arg to the requests to the upstreams

speedfirst May 25, 2011 05:48AM

Re: How to add an arg to the requests to the upstreams

Igor Sysoev May 25, 2011 05:56AM

Re: How to add an arg to the requests to the upstreams

speedfirst May 25, 2011 06:12AM

Re: How to add an arg to the requests to the upstreams

Igor Sysoev May 25, 2011 06:26AM

Re: How to add an arg to the requests to the upstreams

speedfirst May 25, 2011 06:24PM

Re: How to add an arg to the requests to the upstreams

speedfirst May 25, 2011 06:28PM



Sorry, only registered users may post in this forum.

Click here to login

Online Users

Guests: 243
Record Number of Users: 8 on April 13, 2023
Record Number of Guests: 421 on December 02, 2018
Powered by nginx      Powered by FreeBSD      PHP Powered      Powered by MariaDB      ipv6 ready