changeset 1184:55857cbf562d

Fixed alignment issues after mechanical conversion from fastcgi.
author Ruslan Ermilov <ru@nginx.com>
date Thu, 08 May 2014 22:29:21 +0400
parents 1ce4912eb182
children f9c8336fe43c
files xml/en/docs/http/ngx_http_scgi_module.xml xml/ru/docs/http/ngx_http_scgi_module.xml
diffstat 2 files changed, 6 insertions(+), 6 deletions(-) [+]
line wrap: on
line diff
--- a/xml/en/docs/http/ngx_http_scgi_module.xml
+++ b/xml/en/docs/http/ngx_http_scgi_module.xml
@@ -963,8 +963,8 @@ This directive can be used to create loc
 files, e.g.:
 <example>
 location /images/ {
-    root                 /data/www;
-    error_page           404 = /fetch$uri;
+    root              /data/www;
+    error_page        404 = /fetch$uri;
 }
 
 location /fetch/ {
@@ -977,7 +977,7 @@ location /fetch/ {
     scgi_store_access user:rw group:rw all:r;
     scgi_temp_path    /data/temp;
 
-    alias                /data/www/;
+    alias             /data/www/;
 }
 </example>
 </para>
--- a/xml/ru/docs/http/ngx_http_scgi_module.xml
+++ b/xml/ru/docs/http/ngx_http_scgi_module.xml
@@ -956,8 +956,8 @@ scgi_store /data/www$original_uri;
 неизменяемых файлов, например, так:
 <example>
 location /images/ {
-    root                 /data/www;
-    error_page           404 = /fetch$uri;
+    root              /data/www;
+    error_page        404 = /fetch$uri;
 }
 
 location /fetch/ {
@@ -970,7 +970,7 @@ location /fetch/ {
     scgi_store_access user:rw group:rw all:r;
     scgi_temp_path    /data/temp;
 
-    alias                /data/www/;
+    alias             /data/www/;
 }
 </example>
 </para>