Is it possible to pass parameters/variables to upstream servers, similar to how it is done with FastCGI? For example, if one had a number of WSGI upstream servers and one wanted to use the Nginx GeoIP module to set some variables which to which the upstream servers had access (from wsgi.environ, maybe), can this be done?