comparison xml/en/docs/http/ngx_http_fastcgi_module.xml @ 351:a4fa80755eab

Consistently strip initial offset in examples.
author Ruslan Ermilov <ru@nginx.com>
date Tue, 24 Jan 2012 11:01:22 +0000
parents 1fb1c077658b
children bb51d3e17dd0
comparison
equal deleted inserted replaced
350:55c1c4a1748f 351:a4fa80755eab
584 <para> 584 <para>
585 Sets an address of the FastCGI server. 585 Sets an address of the FastCGI server.
586 An address can be specified as a domain name or an address, and a port, 586 An address can be specified as a domain name or an address, and a port,
587 for example, 587 for example,
588 <example> 588 <example>
589 fastcgi_pass localhost:9000; 589 fastcgi_pass localhost:9000;
590 </example> 590 </example>
591 or as a UNIX-domain socket path: 591 or as a UNIX-domain socket path:
592 <example> 592 <example>
593 fastcgi_pass unix:/tmp/fastcgi.socket; 593 fastcgi_pass unix:/tmp/fastcgi.socket;
594 </example> 594 </example>
595 </para> 595 </para>
596 596
597 <para> 597 <para>
598 If a domain name resolves to several addresses, all of them will be 598 If a domain name resolves to several addresses, all of them will be