comparison src/os/unix/ngx_files.h @ 464:c8cfb6c462ef NGINX_0_7_44

nginx 0.7.44 *) Feature: the ngx_http_proxy_module preliminary cache support. *) Feature: the --with-pcre option in the configure. *) Feature: the "try_files" directive is now allowed on the server block level. *) Bugfix: the "try_files" directive handled incorrectly a query string in a fallback parameter. *) Bugfix: the "try_files" directive might test incorrectly directories. *) Bugfix: if there is the single server for given address:port pair, then captures in regular expressions in a "server_name" directive did not work.
author Igor Sysoev <http://sysoev.ru>
date Mon, 23 Mar 2009 00:00:00 +0300
parents ca8f7f6cab16
children 56baf312c1b5
comparison
equal deleted inserted replaced
463:51cb914e6d3a 464:c8cfb6c462ef
65 #define NGX_FILE_OPEN 0 65 #define NGX_FILE_OPEN 0
66 #define NGX_FILE_TRUNCATE O_TRUNC 66 #define NGX_FILE_TRUNCATE O_TRUNC
67 #define NGX_FILE_APPEND O_APPEND 67 #define NGX_FILE_APPEND O_APPEND
68 68
69 #define NGX_FILE_DEFAULT_ACCESS 0644 69 #define NGX_FILE_DEFAULT_ACCESS 0644
70 #define NGX_FILE_OWNER_ACCESS 0600
70 71
71 72
72 #define ngx_close_file close 73 #define ngx_close_file close
73 #define ngx_close_file_n "close()" 74 #define ngx_close_file_n "close()"
74 75