остаются файлы в proxy_temp_path

Igor Sysoev is at rambler-co.ru
Thu Dec 25 11:21:50 MSK 2008


On Thu, Dec 25, 2008 at 12:05:21AM +0300, Михаил Монашёв wrote:

> Здравствуйте, Михаил.
> 
> Скажите хоть, то, что файлы остаются - это нормально или нет?

Нет, это не нормально. Патч.


-- 
Игорь Сысоев
http://sysoev.ru
-------------- next part --------------
Index: src/http/ngx_http_upstream.c
===================================================================
--- src/http/ngx_http_upstream.c	(revision 1749)
+++ src/http/ngx_http_upstream.c	(working copy)
@@ -1791,6 +1791,7 @@
 
     if (u->cacheable || u->store) {
         p->temp_file->persistent = 1;
+        p->temp_file->clean = 1;
 
     } else {
         p->temp_file->log_level = NGX_LOG_WARN;


More information about the nginx-ru mailing list