<div dir="ltr">Thank you Jonathan,<div><br></div><div>I was afraid that this is the only option… really sad :(</div><div><br></div><div>I am currently experimenting with docker and dynamic setups which work for all environments… too bad that we need to use a custom script do handle the problem at hand. But thank you very much.</div>

<div><br></div><div>Max</div></div><div class="gmail_extra"><br><br><div class="gmail_quote">On Thu, Jun 5, 2014 at 6:21 PM, Jonathan Matthews <span dir="ltr"><<a href="mailto:contact@jpluscplusm.com" target="_blank">contact@jpluscplusm.com</a>></span> wrote:<br>

<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div class="HOEnZb"><div class="h5">On 5 June 2014 17:00, Maximilian Schulz <<a href="mailto:namxam@gmail.com">namxam@gmail.com</a>> wrote:<br>


> Hi everybody,<br>
><br>
> is it possible to set a nginx config variable from an ENV variable? I tried<br>
> several thing, but none of them worked. The most promising was specifying<br>
> "env MY_VAR;" at the top of the nginx.conf and then using its value via<br>
> "my_option $ENV{"MY_VAR"};". But it didn't work. I always got an error about<br>
> the line not being terminated.<br>
><br>
> 1. Is it possible to set a config option via ENV varaibles<br>
> 2. If so, does it have any performance implications? (The ENV wont change<br>
> during run time)<br>
<br>
</div></div>You can't do this nicely with nginx. Your best option is to<br>
pre-process the config file each time you reload/etc, interpolating<br>
the envvars so that nginx itself sees static values.<br>
<br>
_______________________________________________<br>
nginx mailing list<br>
<a href="mailto:nginx@nginx.org">nginx@nginx.org</a><br>
<a href="http://mailman.nginx.org/mailman/listinfo/nginx" target="_blank">http://mailman.nginx.org/mailman/listinfo/nginx</a><br>
</blockquote></div><br></div>