# HG changeset patch # User Ruslan Ermilov # Date 1399573761 -14400 # Node ID 55857cbf562dd0daccb31f348a6bb5469b54370e # Parent 1ce4912eb18212c04a2f813e44f273407dc0f048 Fixed alignment issues after mechanical conversion from fastcgi. diff -r 1ce4912eb182 -r 55857cbf562d xml/en/docs/http/ngx_http_scgi_module.xml --- a/xml/en/docs/http/ngx_http_scgi_module.xml Thu May 08 17:54:39 2014 +0400 +++ b/xml/en/docs/http/ngx_http_scgi_module.xml Thu May 08 22:29:21 2014 +0400 @@ -963,8 +963,8 @@ files, e.g.: location /images/ { - root /data/www; - error_page 404 = /fetch$uri; + root /data/www; + error_page 404 = /fetch$uri; } location /fetch/ { @@ -977,7 +977,7 @@ scgi_store_access user:rw group:rw all:r; scgi_temp_path /data/temp; - alias /data/www/; + alias /data/www/; } diff -r 1ce4912eb182 -r 55857cbf562d xml/ru/docs/http/ngx_http_scgi_module.xml --- a/xml/ru/docs/http/ngx_http_scgi_module.xml Thu May 08 17:54:39 2014 +0400 +++ b/xml/ru/docs/http/ngx_http_scgi_module.xml Thu May 08 22:29:21 2014 +0400 @@ -956,8 +956,8 @@ неизменяемых файлов, например, так: location /images/ { - root /data/www; - error_page 404 = /fetch$uri; + root /data/www; + error_page 404 = /fetch$uri; } location /fetch/ { @@ -970,7 +970,7 @@ scgi_store_access user:rw group:rw all:r; scgi_temp_path /data/temp; - alias /data/www/; + alias /data/www/; }