diff xml/ru/docs/http/ngx_http_scgi_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 55857cbf562d
children f25d00109de0
line wrap: on
line diff
--- a/xml/ru/docs/http/ngx_http_scgi_module.xml
+++ b/xml/ru/docs/http/ngx_http_scgi_module.xml
@@ -394,9 +394,9 @@ map $request_method $purge_method {
 server {
     ...
     location / {
-        scgi_pass http://backend;
-        scgi_cache cache_zone;
-        scgi_cache_key $uri;
+        scgi_pass        http://backend;
+        scgi_cache       cache_zone;
+        scgi_cache_key   $uri;
         scgi_cache_purge $purge_method;
     }
 }