# HG changeset patch # User Maxim Dounin # Date 1382449066 -14400 # Node ID 2275611970dd4fafca6a1a7837c445f0cd0b2497 # Parent 13209fa58a15bd93eeccf186229d65ac7bd90564 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. diff -r 13209fa58a15 -r 2275611970dd xml/en/docs/http/ngx_http_fastcgi_module.xml --- a/xml/en/docs/http/ngx_http_fastcgi_module.xml Mon Oct 21 11:37:37 2013 +0000 +++ b/xml/en/docs/http/ngx_http_fastcgi_module.xml Tue Oct 22 17:37:46 2013 +0400 @@ -10,7 +10,7 @@ + rev="11">
@@ -1046,9 +1046,8 @@ files, e.g.: 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/ { diff -r 13209fa58a15 -r 2275611970dd xml/en/docs/http/ngx_http_proxy_module.xml --- a/xml/en/docs/http/ngx_http_proxy_module.xml Mon Oct 21 11:37:37 2013 +0000 +++ b/xml/en/docs/http/ngx_http_proxy_module.xml Tue Oct 22 17:37:46 2013 +0400 @@ -10,7 +10,7 @@ + rev="15">
@@ -1463,20 +1463,19 @@ files, e.g.: 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/ { internal; - proxy_pass http://backend/; - proxy_store on; - proxy_store_access user:rw group:rw all:r; - proxy_temp_path /data/temp; + proxy_pass http://backend/; + proxy_store on; + proxy_store_access user:rw group:rw all:r; + proxy_temp_path /data/temp; - alias /data/www/; + alias /data/www/; } diff -r 13209fa58a15 -r 2275611970dd xml/ru/docs/http/ngx_http_fastcgi_module.xml --- 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 @@ + rev="11">
@@ -1037,9 +1037,8 @@ неизменяемых файлов, например, так: 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/ { diff -r 13209fa58a15 -r 2275611970dd xml/ru/docs/http/ngx_http_proxy_module.xml --- a/xml/ru/docs/http/ngx_http_proxy_module.xml Mon Oct 21 11:37:37 2013 +0000 +++ b/xml/ru/docs/http/ngx_http_proxy_module.xml Tue Oct 22 17:37:46 2013 +0400 @@ -10,7 +10,7 @@ + rev="15">
@@ -1458,20 +1458,19 @@ неизменяемых файлов, например, так: 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/ { internal; - proxy_pass http://backend/; - proxy_store on; - proxy_store_access user:rw group:rw all:r; - proxy_temp_path /data/temp; + proxy_pass http://backend/; + proxy_store on; + proxy_store_access user:rw group:rw all:r; + proxy_temp_path /data/temp; - alias /data/www/; + alias /data/www/; }