comparison xml/en/index.xml @ 1194:9264fdb6c833

Added links to uwsgi.
author Ruslan Ermilov <ru@nginx.com>
date Sat, 17 May 2014 01:55:27 +0400
parents b8f0362f61e5
children 6db6a2b5c7b9
comparison
equal deleted inserted replaced
1193:0320929f8544 1194:9264fdb6c833
6 <!DOCTYPE article SYSTEM "../../dtd/article.dtd"> 6 <!DOCTYPE article SYSTEM "../../dtd/article.dtd">
7 7
8 <article name="nginx" 8 <article name="nginx"
9 link="/en/" 9 link="/en/"
10 lang="en" 10 lang="en"
11 rev="21"> 11 rev="22">
12 12
13 13
14 <section> 14 <section>
15 15
16 <para> 16 <para>
63 </listitem> 63 </listitem>
64 64
65 <listitem> 65 <listitem>
66 Accelerated support with caching of 66 Accelerated support with caching of
67 <link doc="docs/http/ngx_http_fastcgi_module.xml">FastCGI</link>, 67 <link doc="docs/http/ngx_http_fastcgi_module.xml">FastCGI</link>,
68 uwsgi, 68 <link doc="docs/http/ngx_http_uwsgi_module.xml">uwsgi</link>,
69 <link doc="docs/http/ngx_http_scgi_module.xml">SCGI</link>, and 69 <link doc="docs/http/ngx_http_scgi_module.xml">SCGI</link>, and
70 <link doc="docs/http/ngx_http_memcached_module.xml">memcached</link> 70 <link doc="docs/http/ngx_http_memcached_module.xml">memcached</link>
71 servers; 71 servers;
72 <link doc="docs/http/ngx_http_upstream_module.xml">simple 72 <link doc="docs/http/ngx_http_upstream_module.xml">simple
73 load balancing and fault tolerance</link>; 73 load balancing and fault tolerance</link>;
81 <link doc="docs/http/ngx_http_xslt_module.xml">XSLT</link>, 81 <link doc="docs/http/ngx_http_xslt_module.xml">XSLT</link>,
82 <link doc="docs/http/ngx_http_ssi_module.xml">SSI</link>, 82 <link doc="docs/http/ngx_http_ssi_module.xml">SSI</link>,
83 and <link doc="docs/http/ngx_http_image_filter_module.xml">image 83 and <link doc="docs/http/ngx_http_image_filter_module.xml">image
84 transformation</link> filter. 84 transformation</link> filter.
85 Multiple SSI inclusions within a single page can be processed in 85 Multiple SSI inclusions within a single page can be processed in
86 parallel if they are handled by proxied or FastCGI/SCGI servers; 86 parallel if they are handled by proxied or FastCGI/uwsgi/SCGI servers;
87 </listitem> 87 </listitem>
88 88
89 <listitem> 89 <listitem>
90 <link doc="docs/http/ngx_http_ssl_module.xml">SSL and 90 <link doc="docs/http/ngx_http_ssl_module.xml">SSL and
91 TLS SNI support</link>. 91 TLS SNI support</link>.