# HG changeset patch # User Yaroslav Zhuravlev # Date 1411833631 -14400 # Node ID 4b6d7686e00f21d63088d7637671997c9cb9e039 # Parent dc1e51247404c1f2719e1cc89d32b7a7258fbb0b Corrected articles in the "expires" directive. diff -r dc1e51247404 -r 4b6d7686e00f xml/en/docs/http/ngx_http_headers_module.xml --- a/xml/en/docs/http/ngx_http_headers_module.xml Tue Oct 04 21:09:16 2016 +0300 +++ b/xml/en/docs/http/ngx_http_headers_module.xml Sat Sep 27 20:00:31 2014 +0400 @@ -91,20 +91,20 @@ Enables or disables adding or modifying the
Expires
and
Cache-Control
response header fields provided that the response code equals 200, 201, 204, 206, 301, 302, 303, 304, or 307. -A parameter can be a positive or negative +The parameter can be a positive or negative time. -A time in the
Expires
field is computed as a sum of the +The time in the
Expires
field is computed as a sum of the current time and time specified in the directive. If the modified parameter is used (0.7.0, 0.6.32) -then time is computed as a sum of the file’s modification time and -time specified in the directive. +then the time is computed as a sum of the file’s modification time and +the time specified in the directive.
-In addition, it is possible to specify a time of the day using +In addition, it is possible to specify a time of day using the “@” prefix (0.7.9, 0.6.34): expires @15h30m;