5 messages in ru.sysoev.nginxRe: nginx-0.7.7
FromSent OnAttachments
Igor SysoevJul 30, 2008 6:29 am 
Jon SinglerJul 30, 2008 11:33 am 
Igor SysoevJul 30, 2008 1:34 pm 
Joe BofhMay 15, 2009 8:58 am 
Igor SysoevMay 16, 2009 8:56 am 
Actions with this message:
Paste this link in email or IM:
Paste this link in email or IM:
Atom feed for this thread
Paste this URL into your reader:
Subject:Re: nginx-0.7.7Actions...
From:Igor Sysoev (is-G@public.gmane.org)
Date:Jul 30, 2008 1:34:49 pm
List:ru.sysoev.nginx

On Wed, Jul 30, 2008 at 02:34:15PM -0400, Jon Singler wrote:

What is this "directio" directive? I didn't find anything searching the list archive.

directio [off|size] http/server/location level default off

The directive enables O_DIRECT or F_NOCACHE (Mac OS X) options for files open for reading if their size is bigger than specified in directive.

Example:

directio 4m; sendfile off;