diff xml/ru/docs/http/ngx_http_fastcgi_module.xml @ 1185:f9c8336fe43c

Aligned configuration examples with fastcgi/scgi_cache_purge.
author Ruslan Ermilov <ru@nginx.com>
date Thu, 08 May 2014 22:32:42 +0400
parents 07402a11fd8d
children f25d00109de0
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
@@ -403,9 +403,9 @@ map $request_method $purge_method {
 server {
     ...
     location / {
-        fastcgi_pass http://backend;
-        fastcgi_cache cache_zone;
-        fastcgi_cache_key $uri;
+        fastcgi_pass        http://backend;
+        fastcgi_cache       cache_zone;
+        fastcgi_cache_key   $uri;
         fastcgi_cache_purge $purge_method;
     }
 }