diff 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
line wrap: on
line diff
--- a/xml/en/docs/http/ngx_http_fastcgi_module.xml	Tue Jan 24 10:15:25 2012 +0000
+++ b/xml/en/docs/http/ngx_http_fastcgi_module.xml	Tue Jan 24 11:01:22 2012 +0000
@@ -586,11 +586,11 @@
 An address can be specified as a domain name or an address, and a port,
 for example,
 <example>
-    fastcgi_pass localhost:9000;
+fastcgi_pass localhost:9000;
 </example>
 or as a UNIX-domain socket path:
 <example>
-    fastcgi_pass unix:/tmp/fastcgi.socket;
+fastcgi_pass unix:/tmp/fastcgi.socket;
 </example>
 </para>