Hey folks.<div><br></div><div>I can&#39;t find any information about setting custom variables in the config. It seems to be possible, but is never mentioned in the documentation as far as I can tell. For example, here:</div>
<div><br></div><div>  <a href="http://gist.github.com/228769">http://gist.github.com/228769</a></div><div><br></div><div>There are two places where variables are used and referenced. A series of statements like this:</div>
<div><br></div><div>  ancient_browser msie 4.0;</div><div>  ancient_browser msie 5.0;</div><div><br></div><div>Apparently compose an array that can be referenced like this:</div><div><br></div>  if ($ancient_browser){ …<br>
<div><span class="Apple-style-span" style="font-family: &#39;Bitstream Vera Sans Mono&#39;, Courier, monospace; font-size: 12px; line-height: 16px; white-space: pre; "><br></span></div><div>Then a statement like this:</div>
<div><br></div><div>  set $unsupported_browser_rewrite   perform;</div><div><br></div><div>Apparently can then be referenced like this:</div><div><br></div><div>  if ($unsupported_browser_rewrite = perform)</div><div><br>
</div><div><br></div><div>Clearly the first case involves some specialized behavior regarding the browser used by the request… but the grammar is really obtuse. Can someone point me to the documentation that explains all this?</div>
<div><br></div><div>Thanks,</div><div>John</div><div><br></div><div><br></div>