comparison src/http/modules/ngx_http_proxy_module.c @ 1886:2819956d1ca0

add X-Accel-Charset to ingored header, fix X-Accel-Buffering
author Igor Sysoev <igor@sysoev.ru>
date Mon, 11 Feb 2008 14:02:28 +0000
parents 68d21fd1dc64
children 68b426b43c31
comparison
equal deleted inserted replaced
1885:e5897822515f 1886:2819956d1ca0
433 ngx_string("Server"), 433 ngx_string("Server"),
434 ngx_string("X-Pad"), 434 ngx_string("X-Pad"),
435 ngx_string("X-Accel-Expires"), 435 ngx_string("X-Accel-Expires"),
436 ngx_string("X-Accel-Redirect"), 436 ngx_string("X-Accel-Redirect"),
437 ngx_string("X-Accel-Limit-Rate"), 437 ngx_string("X-Accel-Limit-Rate"),
438 ngx_string("X-Accel-Buffer"), 438 ngx_string("X-Accel-Buffering"),
439 ngx_string("X-Accel-Charset"),
439 ngx_null_string 440 ngx_null_string
440 }; 441 };
441 442
442 443
443 static ngx_http_variable_t ngx_http_proxy_vars[] = { 444 static ngx_http_variable_t ngx_http_proxy_vars[] = {