Nginx-ru mailing list archive (nginx-ru@sysoev.ru)
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: остаются файлы в proxy_temp_path
On Thu, Dec 25, 2008 at 12:05:21AM +0300, Михаил Монашёв wrote:
> Здравствуйте, Михаил.
>
> Скажите хоть, то, что файлы остаются - это нормально или нет?
Нет, это не нормально. Патч.
--
Игорь Сысоев
http://sysoev.ru
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;
|