nginx-0.4.4

Igor Sysoev is at rambler-co.ru
Tue Oct 3 09:17:11 MSD 2006


On Mon, 2 Oct 2006, Cliff Wells wrote:

> On Mon, 2006-10-02 at 15:56 +0400, Igor Sysoev wrote:
>> Changes with nginx 0.4.4                                         02 Oct 2006
>>
>>      *) Feature: the "scheme" variable.
>
> What are the possible values of this variable (http, https?) and what is
> the context (global, server, location, etc).

The variables are http-global, however, they evaluated only on demand.
The posiible use:

      rewrite  ^(.+)$  $scheme://example.com$1  redirect;

>>      *) Feature: the "expires" directive supports the "max" parameter.
>
> I take it this is the maximum date possible?  What is this date or is it
> browser-specific?

expires max set

Expires: 31 Dec 2037 23:59:59 GMT
Cache-Control: max-age=<10 year>

Note that time is not the same.


Igor Sysoev
http://sysoev.ru/en/





More information about the nginx mailing list