diff options
author | Igor Sysoev <igor@sysoev.ru> | 2003-10-28 15:45:41 +0000 |
---|---|---|
committer | Igor Sysoev <igor@sysoev.ru> | 2003-10-28 15:45:41 +0000 |
commit | ab0c4f5038cec58e23a023d8a1e01be038504e3e (patch) | |
tree | 2857bfcbd81676e018df566a94004ea3d942764e /src/http/ngx_http_core_module.c | |
parent | 2b0c76cfbdfd660242f47ce66a4d54d30f9b23e8 (diff) | |
download | nginx-ab0c4f5038cec58e23a023d8a1e01be038504e3e.tar.gz nginx-ab0c4f5038cec58e23a023d8a1e01be038504e3e.zip |
nginx-0.0.1-2003-10-28-18:45:41 import
Diffstat (limited to 'src/http/ngx_http_core_module.c')
-rw-r--r-- | src/http/ngx_http_core_module.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/http/ngx_http_core_module.c b/src/http/ngx_http_core_module.c index 560b52696..56e99c97e 100644 --- a/src/http/ngx_http_core_module.c +++ b/src/http/ngx_http_core_module.c @@ -138,7 +138,7 @@ static ngx_command_t ngx_http_core_commands[] = { NULL}, {ngx_string("sendfile"), - NGX_HTTP_MAIN_CONF|NGX_HTTP_SRV_CONF|NGX_HTTP_LOC_CONF|NGX_CONF_TAKE1, + NGX_HTTP_MAIN_CONF|NGX_HTTP_SRV_CONF|NGX_HTTP_LOC_CONF|NGX_CONF_FLAG, ngx_conf_set_flag_slot, NGX_HTTP_LOC_CONF_OFFSET, offsetof(ngx_http_core_loc_conf_t, sendfile), @@ -173,7 +173,7 @@ static ngx_command_t ngx_http_core_commands[] = { NULL}, {ngx_string("msie_padding"), - NGX_HTTP_MAIN_CONF|NGX_HTTP_SRV_CONF|NGX_HTTP_LOC_CONF|NGX_CONF_TAKE1, + NGX_HTTP_MAIN_CONF|NGX_HTTP_SRV_CONF|NGX_HTTP_LOC_CONF|NGX_CONF_FLAG, ngx_conf_set_flag_slot, NGX_HTTP_LOC_CONF_OFFSET, offsetof(ngx_http_core_loc_conf_t, msie_padding), |