diff src/http/ngx_http_upstream.c @ 3053:0d253659da12

directio_alignment
author Igor Sysoev <igor@sysoev.ru>
date Fri, 28 Aug 2009 08:15:55 +0000
parents 6060225e9261
children 92b6cfaa3c27
line wrap: on
line diff
--- a/src/http/ngx_http_upstream.c	Fri Aug 28 08:12:35 2009 +0000
+++ b/src/http/ngx_http_upstream.c	Fri Aug 28 08:15:55 2009 +0000
@@ -474,6 +474,7 @@
 
     clcf = ngx_http_get_module_loc_conf(r, ngx_http_core_module);
 
+    u->output.alignment = clcf->directio_alignment;
     u->output.pool = r->pool;
     u->output.bufs.num = 1;
     u->output.bufs.size = clcf->client_body_buffer_size;