From cae1b5d63a6da625cf5c3606d989a7fe2ebfbd4c Mon Sep 17 00:00:00 2001 From: Roman Arutyunyan Date: Mon, 2 Feb 2015 21:28:09 +0300 Subject: Core: reverted prefix-based temp files (a9138c35120d). The use_temp_path http cache feature is now implemented using a separate temp hierarchy in cache directory. Prefix-based temp files are no longer needed. --- src/core/ngx_file.h | 1 - 1 file changed, 1 deletion(-) (limited to 'src/core/ngx_file.h') diff --git a/src/core/ngx_file.h b/src/core/ngx_file.h index b456f1da0..3ea6c28c8 100644 --- a/src/core/ngx_file.h +++ b/src/core/ngx_file.h @@ -71,7 +71,6 @@ typedef struct { unsigned log_level:8; unsigned persistent:1; unsigned clean:1; - unsigned prefix:1; } ngx_temp_file_t; -- cgit