On Mon, Jul 01, 2013 at 05:18:47PM -0400, Jonathan Vanasco wrote:

Hi there,

> the problem is that we can't figure out how to make this work correctly when 
> the url already contains query strings.

If the format difference between $request_uri and $uri is not important
to you in this case, and if the order of the arguments is not important,
then replacing

  $request_uri

with

  $uri?source=server1&$args

might be enough.

See http://nginx.org/en/docs/http/ngx_http_core_module.html#variables
for what the different variables mean.

If those conditions don't hold, then you may need to set your extra bit
to start with ? or & depending on the existence of $args or of $is_args,
which you could do in a map.

        f
-- 
Francis Daly        fran...@daoine.org

_______________________________________________
nginx mailing list
nginx@nginx.org
http://mailman.nginx.org/mailman/listinfo/nginx

Reply via email to