comparison xml/en/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
comparison
equal deleted inserted replaced
1184:55857cbf562d 1185:f9c8336fe43c
393 } 393 }
394 394
395 server { 395 server {
396 ... 396 ...
397 location / { 397 location / {
398 scgi_pass backend; 398 scgi_pass backend;
399 scgi_cache cache_zone; 399 scgi_cache cache_zone;
400 scgi_cache_key $uri; 400 scgi_cache_key $uri;
401 scgi_cache_purge $purge_method; 401 scgi_cache_purge $purge_method;
402 } 402 }
403 } 403 }
404 </example> 404 </example>
405 <note> 405 <note>