Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion xml/en/docs/http/ngx_http_core_module.xml
Original file line number Diff line number Diff line change
Expand Up @@ -522,7 +522,9 @@ the <c-def>O_DIRECT</c-def> flag (FreeBSD, Linux),
the <c-def>F_NOCACHE</c-def> flag (macOS),
or the <c-func>directio</c-func> function (Solaris),
when reading files that are larger than or equal to
the specified <value>size</value>.
the specified <value>size</value>
(does not apply to files served from the
<link doc="ngx_http_proxy_module.xml" id="proxy_cache">proxy cache</link>).
The directive automatically disables (0.7.15) the use of
<link id="sendfile"/>
for a given request.
Expand Down