To pass the nginx user to a fastcgi backend (PHP), I have to explicitly
specify it using the following directive:
fastcgi_param   MY_USER      $remote_user;

I suppose you can do the same with proxy_pass?
I dunno how to remove an automatically forwarded parameter though... Maybe
overwriting it with an empty string?
---
*B. R.*


On Wed, May 1, 2013 at 10:26 AM, Russ Lavoy <ussray...@yahoo.com> wrote:

> Hello,
>
> I am running nginx as a reverse proxy to a python application.  I am
> wondering how I would be able to pass ONLY the user account and not the
> password.  Can this be done?
>
> Thanks!
>
> _______________________________________________
> nginx mailing list
> nginx@nginx.org
> http://mailman.nginx.org/mailman/listinfo/nginx
>
_______________________________________________
nginx mailing list
nginx@nginx.org
http://mailman.nginx.org/mailman/listinfo/nginx

Reply via email to