From 52859f2f1309fc8452f1cf182b712ae2d72bc40c Mon Sep 17 00:00:00 2001 From: Igor Sysoev Date: Mon, 23 Mar 2009 13:14:51 +0000 Subject: a prelimiary proxy cache support --- src/os/unix/ngx_files.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/os/unix/ngx_files.h') diff --git a/src/os/unix/ngx_files.h b/src/os/unix/ngx_files.h index 068b4d8fd..21e5ff45c 100644 --- a/src/os/unix/ngx_files.h +++ b/src/os/unix/ngx_files.h @@ -67,6 +67,7 @@ typedef struct { #define NGX_FILE_APPEND O_APPEND #define NGX_FILE_DEFAULT_ACCESS 0644 +#define NGX_FILE_OWNER_ACCESS 0600 #define ngx_close_file close -- cgit v1.2.3