<html><head>
<meta http-equiv="Content-Type" content="text/html; charset=Windows-1252"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; color: rgb(0, 0, 0); font-size: 14px; font-family: Calibri, sans-serif;"><div>Hi Folks,</div><div>     I am starting to dig into nginx source code. Sorry for being naïve.</div><div><br></div><div>How do we create a subdir inside the path read by the conf param client_body_temp_path? </div><div><br></div><div>I was thinking of changing the code "<span style="font-family: Menlo; font-size: 15px;">ngx_int_t</span></div>
<p style="margin: 0px; font-size: 15px; font-family: Menlo;">ngx_create_temp_file(ngx_file_t *file, ngx_path_t *path, ngx_pool_t *pool,</p>
<p style="margin: 0px; font-size: 15px; font-family: Menlo;">    ngx_uint_t persistent, ngx_uint_t clean, ngx_uint_t access, <span style="color: #34bd26">int</span> aka_temp_dir_creation)</p>
<p style="margin: 0px; font-size: 15px; font-family: Menlo;">{</p><div>“</div><div><br></div><div>While walking through the code I got confused between path->name.len and path->len .</div><div><br></div><div>Any help will be appreciated.</div><div><br></div><div>//Jagannath</div></body></html>