Regarding setting ENV variable

Alexandr Gomoliako zzz at zzz.org.ua
Wed Mar 7 17:13:27 UTC 2012


On 3/7/12, shivnamha <nginx-forum at nginx.us> wrote:
> Hi Friends
>                I want to set a env variable on nginx with perl whenever
> i am accessing site with https only. can anyone help how i can do this.
> I looked at post env variable in nginx.conf file it didnt help me.Is
> there any way that i can set environment variable using mod_perl.

Are you sure that's what you need? You can pass $https with
fastcgi_param or access it with perl's variable method:
$r->variable('https') and set $ENV{..} accordingly.



More information about the nginx mailing list