Skip to content
Closed
Show file tree
Hide file tree
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
5 changes: 5 additions & 0 deletions xml/en/docs/http/ngx_http_fastcgi_module.xml
Original file line number Diff line number Diff line change
Expand Up @@ -786,6 +786,11 @@ set 10 minutes of caching for responses with codes 200 and 302
and 1 minute for responses with code 404.
</para>

<para>
The <value>time</value> parameter accepts an optional
<literal>ms</literal> suffix for millisecond precision (e.g. <literal>100ms</literal>).
</para>

<para>
If only caching <value>time</value> is specified
<example>
Expand Down
5 changes: 5 additions & 0 deletions xml/en/docs/http/ngx_http_proxy_module.xml
Original file line number Diff line number Diff line change
Expand Up @@ -804,6 +804,11 @@ set 10 minutes of caching for responses with codes 200 and 302
and 1 minute for responses with code 404.
</para>

<para>
The <value>time</value> parameter accepts an optional
<literal>ms</literal> suffix for millisecond precision (e.g. <literal>100ms</literal>).
</para>

<para>
If only caching <value>time</value> is specified
<example>
Expand Down
5 changes: 5 additions & 0 deletions xml/en/docs/http/ngx_http_scgi_module.xml
Original file line number Diff line number Diff line change
Expand Up @@ -777,6 +777,11 @@ set 10 minutes of caching for responses with codes 200 and 302
and 1 minute for responses with code 404.
</para>

<para>
The <value>time</value> parameter accepts an optional
<literal>ms</literal> suffix for millisecond precision (e.g. <literal>100ms</literal>).
</para>

<para>
If only caching <value>time</value> is specified
<example>
Expand Down
5 changes: 5 additions & 0 deletions xml/en/docs/http/ngx_http_uwsgi_module.xml
Original file line number Diff line number Diff line change
Expand Up @@ -777,6 +777,11 @@ set 10 minutes of caching for responses with codes 200 and 302
and 1 minute for responses with code 404.
</para>

<para>
The <value>time</value> parameter accepts an optional
<literal>ms</literal> suffix for millisecond precision (e.g. <literal>100ms</literal>).
</para>

<para>
If only caching <value>time</value> is specified
<example>
Expand Down