at 6:21 PM, Jonathan Matthews
wrote:
> On 5 June 2014 17:00, Maximilian Schulz wrote:
> > Hi everybody,
> >
> > is it possible to set a nginx config variable from an ENV variable? I
> tried
> > several thing, but none of them worked. The most promising was specifyin
Hi everybody,
is it possible to set a nginx config variable from an ENV variable? I tried
several thing, but none of them worked. The most promising was specifying
"env MY_VAR;" at the top of the nginx.conf and then using its value via
"my_option $ENV{"MY_VAR"};". But it didn't work. I always got