in reply to Re: getting cookies from nginx set as proxy
in thread getting cookies from nginx set as proxy

I don't use CGI)

Guess this information is more suitable: http://nginx.org/ru/docs/ngx_core_module.html#env

Meanwhile I still haven't succeeded detecting any new variables in ENV))

  • Comment on Re^2: getting cookies from nginx set as proxy

Replies are listed 'Best First'.
Re^3: getting cookies from nginx set as proxy
by Anonymous Monk on Oct 05, 2015 at 21:58 UTC

    I don't use CGI ...

    What are you using? Why are you looking for cookies in %ENV, why do you want cookies in %ENV?

      I am using our corporative mojo-like framework. I asked the developer of it and solved the problem.

      why not?) The first idea how to pass variables between complex application and nginx was %ENV. Maybe I'm stupid-_- The only thing I was caring about this way is %ENV would be the bottleneck in the project