diff xml/ru/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/ru/docs/http/ngx_http_fastcgi_module.xml
+++ b/xml/ru/docs/http/ngx_http_fastcgi_module.xml
@@ -578,11 +578,11 @@ fastcgi_param HTTPS           $https if_
 Задаёт адрес FastCGI-сервера.
 Адрес может быть указан в виде доменного имени или адреса, и порта, например,
 <example>
-    fastcgi_pass localhost:9000;
+fastcgi_pass localhost:9000;
 </example>
 или в виде пути UNIX-сокета:
 <example>
-    fastcgi_pass unix:/tmp/fastcgi.socket;
+fastcgi_pass unix:/tmp/fastcgi.socket;
 </example>
 </para>