Hmm nginx cannot natively do piped logging?<p>I like the idea of combined javascript and stylesheets but I'd rather force the combining from the server-side, not a special client-side request. ie.<p><pre><code> location /style.css {
root /css;
combine style1.css+style2.css+style3.css;
}
</code></pre>
Ohhh... agentzh wrote the fork? The one who made many popular modules?
Anyone outside of Taobao using this in production? I'd be really interested in a reliable version of nginx supporting dynamic loading of modules, recompiling nginx everytime you need a custom module quickly loses its charm.
There was thread on tengine when it was first made open source: <a href="http://news.ycombinator.com/item?id=3645055" rel="nofollow">http://news.ycombinator.com/item?id=3645055</a>
Slightly off-topic, but are there any other major open-source projects from China? I was wondering whether a) there aren't many (yet) or b) they're mostly publicised in Chinese so off the radar for English speakers.
I think the openresty <a href="http://openresty.org/" rel="nofollow">http://openresty.org/</a> is the one originated this as the guys who maintain openresty are ex/current Taobao's employees.
Tengine is developed on github. Anyone who is interested in can follow it. URL: <a href="https://github.com/taobao/tengine" rel="nofollow">https://github.com/taobao/tengine</a>