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