comparison src/core/ngx_conf_file.h @ 682:5cb5db9975ba NGINX_1_3_4

nginx 1.3.4 *) Change: the "ipv6only" parameter is now turned on by default for listening IPv6 sockets. *) Feature: the Clang compiler support. *) Bugfix: extra listening sockets might be created. Thanks to Roman Odaisky. *) Bugfix: nginx/Windows might hog CPU if a worker process failed to start. Thanks to Ricardo Villalobos Guevara. *) Bugfix: the "proxy_pass_header", "fastcgi_pass_header", "scgi_pass_header", "uwsgi_pass_header", "proxy_hide_header", "fastcgi_hide_header", "scgi_hide_header", and "uwsgi_hide_header" directives might be inherited incorrectly.
author Igor Sysoev <http://sysoev.ru>
date Tue, 31 Jul 2012 00:00:00 +0400
parents ad45b044f1e5
children 2e8a942c8872
comparison
equal deleted inserted replaced
681:625501f84a6b 682:5cb5db9975ba
43 #define NGX_CONF_BLOCK 0x00000100 43 #define NGX_CONF_BLOCK 0x00000100
44 #define NGX_CONF_FLAG 0x00000200 44 #define NGX_CONF_FLAG 0x00000200
45 #define NGX_CONF_ANY 0x00000400 45 #define NGX_CONF_ANY 0x00000400
46 #define NGX_CONF_1MORE 0x00000800 46 #define NGX_CONF_1MORE 0x00000800
47 #define NGX_CONF_2MORE 0x00001000 47 #define NGX_CONF_2MORE 0x00001000
48 #define NGX_CONF_MULTI 0x00002000 48 #define NGX_CONF_MULTI 0x00000000 /* compatibility */
49 49
50 #define NGX_DIRECT_CONF 0x00010000 50 #define NGX_DIRECT_CONF 0x00010000
51 51
52 #define NGX_MAIN_CONF 0x01000000 52 #define NGX_MAIN_CONF 0x01000000
53 #define NGX_ANY_CONF 0x0F000000 53 #define NGX_ANY_CONF 0x0F000000