diff xml/ru/docs/http/ngx_http_fastcgi_module.xml @ 1005:2275611970dd

Removed open_file_cache_errors from proxy_store examples. The open_file_cache_errors directive is mostly unrelated and off by default, there is no real need to have it in examples.
author Maxim Dounin <mdounin@mdounin.ru>
date Tue, 22 Oct 2013 17:37:46 +0400
parents c5ccf511346a
children 2d8269d8fea8
line wrap: on
line diff
--- a/xml/ru/docs/http/ngx_http_fastcgi_module.xml	Mon Oct 21 11:37:37 2013 +0000
+++ b/xml/ru/docs/http/ngx_http_fastcgi_module.xml	Tue Oct 22 17:37:46 2013 +0400
@@ -10,7 +10,7 @@
 <module name="Модуль ngx_http_fastcgi_module"
         link="/ru/docs/http/ngx_http_fastcgi_module.html"
         lang="ru"
-        rev="10">
+        rev="11">
 
 <section id="summary">
 
@@ -1037,9 +1037,8 @@
 неизменяемых файлов, например, так:
 <example>
 location /images/ {
-    root                   /data/www;
-    open_file_cache_errors off;
-    error_page             404 = /fetch$uri;
+    root                 /data/www;
+    error_page           404 = /fetch$uri;
 }
 
 location /fetch/ {