<div>2012/10/25 Valentin V. Bartenev <span dir="ltr"><<a href="mailto:ne@vbart.ru" target="_blank">ne@vbart.ru</a>></span><br><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<div class="im">On Thursday 25 October 2012 12:48:28 Kasper Grubbe wrote:<br>
> Hello,<br>
><br>
> I am using nginx/1.2.3 on my server, and tried to use this in my SSI<br>
> includes:<br>
><br>
> <!--# block name="#{unique}" --><!--# endblock --><br>
> <!--# include virtual="#{url}" stub="#{unique}" --><br>
><br>
> However, this doesn't seem to work. I just get a blank page, and nothing is<br>
> included.<br>
</div>> [...]<br>
<br>
#{url} and #{unique} don't look like valid values.<br>
<br>
 wbr, Valentin V. Bartenev<br>
<br>
--<br>
<a href="http://nginx.com/support.html" target="_blank">http://nginx.com/support.html</a><br>
<a href="http://nginx.org/en/donation.html" target="_blank">http://nginx.org/en/donation.html</a><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><div>Sorry, that is from my Ruby code, the rendered output would be this:<div><br></div><div><!--# block name="ss116812" --><!--# endblock --></div><div><!--# include virtual="/poll/sidebar_widget_fragment?poll=" stub="ss116812" --></div>
</div><div><br></div><div>And after running it through NGINX, it would just not render anything.</div>