comparison src/core/ngx_conf_file.h @ 422:88d3e895bdf9 NGINX_0_7_23

nginx 0.7.23 *) Feature: the "delete" and "ranges" parameters in the "geo" directive. *) Feature: speeding up loading of geo base with large number of values. *) Feature: decrease of memory required for geo base load.
author Igor Sysoev <http://sysoev.ru>
date Thu, 27 Nov 2008 00:00:00 +0300
parents a094317ba307
children da3c99095432
comparison
equal deleted inserted replaced
421:10e4013f5f54 422:88d3e895bdf9
69 69
70 #define NGX_CORE_MODULE 0x45524F43 /* "CORE" */ 70 #define NGX_CORE_MODULE 0x45524F43 /* "CORE" */
71 #define NGX_CONF_MODULE 0x464E4F43 /* "CONF" */ 71 #define NGX_CONF_MODULE 0x464E4F43 /* "CONF" */
72 72
73 73
74 #define NGX_MAX_CONF_ERRSTR 256 74 #define NGX_MAX_CONF_ERRSTR 1024
75 75
76 76
77 struct ngx_command_s { 77 struct ngx_command_s {
78 ngx_str_t name; 78 ngx_str_t name;
79 ngx_uint_t type; 79 ngx_uint_t type;