| commit | 52859f2f1309fc8452f1cf182b712ae2d72bc40c | [log] [tgz] |
|---|---|---|
| author | Igor Sysoev <igor@sysoev.ru> | Mon Mar 23 13:14:51 2009 +0000 |
| committer | Igor Sysoev <igor@sysoev.ru> | Mon Mar 23 13:14:51 2009 +0000 |
| tree | f87d424675f857d0dcebdc80ce3828389d75a69b | |
| parent | 1af7090b5091ebbee1cd9354fe8a702e601a8ce0 [diff] [blame] |
a prelimiary proxy cache support
diff --git a/src/os/unix/ngx_files.h b/src/os/unix/ngx_files.h index 068b4d8..21e5ff4 100644 --- a/src/os/unix/ngx_files.h +++ b/src/os/unix/ngx_files.h
@@ -67,6 +67,7 @@ #define NGX_FILE_APPEND O_APPEND #define NGX_FILE_DEFAULT_ACCESS 0644 +#define NGX_FILE_OWNER_ACCESS 0600 #define ngx_close_file close