comparison xml/en/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
comparison
equal deleted inserted replaced
1184:55857cbf562d 1185:f9c8336fe43c
403 } 403 }
404 404
405 server { 405 server {
406 ... 406 ...
407 location / { 407 location / {
408 fastcgi_pass backend; 408 fastcgi_pass backend;
409 fastcgi_cache cache_zone; 409 fastcgi_cache cache_zone;
410 fastcgi_cache_key $uri; 410 fastcgi_cache_key $uri;
411 fastcgi_cache_purge $purge_method; 411 fastcgi_cache_purge $purge_method;
412 } 412 }
413 } 413 }
414 </example> 414 </example>
415 <note> 415 <note>