Welcome! Log In Create A New Profile

Advanced

Re: Absolute rather than relative times in expires directives

Francis Daly
February 01, 2016 04:16AM
On Mon, Feb 01, 2016 at 12:24:22AM -0500, rgrraj wrote:

Hi there,

> Thank you all for the suggestions and thoughts.
>
> I did double check the nginx version I am having and it is 1.9.2.

> but when I use the expires directive it shows invalid error same as before.
>
> Seems like to get the feature I need to update the nginx version.

All I can say is: it works for me.

"http" section of nginx.conf:

===
http {
map $time_iso8601 $expiresc {
default "3h";
~T22 "@00h00";
~T23 "@00h00";
}

server {
listen 8080;
location /a/ {
expires $expiresc;
}
}
}
===

Selected output from

$ curl -i http://127.0.0.1:8080/a/b

HTTP/1.1 200 OK
Server: nginx/1.9.2
Date: Mon, 01 Feb 2016 09:09:06 GMT
Expires: Mon, 01 Feb 2016 12:09:06 GMT
Cache-Control: max-age=10800


If you get different output, it may be worth investigating properly what
is happening.

But it may be simpler to just deploy your tested-working version.

Good luck with it,

f
--
Francis Daly francis@daoine.org

_______________________________________________
nginx mailing list
nginx@nginx.org
http://mailman.nginx.org/mailman/listinfo/nginx
Subject Author Posted

Absolute rather than relative times in expires directives

Mark James August 01, 2010 05:30AM

Re: Absolute rather than relative times in expires directives

Denis F. Latypoff August 01, 2010 05:58AM

Re: Absolute rather than relative times in expires directives

Mark James August 01, 2010 07:48AM

Re: Absolute rather than relative times in expires directives

Ryan Malayter August 01, 2010 11:06AM

Re: Absolute rather than relative times in expires directives

Igor Sysoev August 01, 2010 12:02PM

Re: Absolute rather than relative times in expires directives

Ryan Malayter August 02, 2010 09:22AM

Re: Absolute rather than relative times in expires directives

rgrraj November 17, 2015 03:07AM

Re: Absolute rather than relative times in expires directives

Francis Daly November 18, 2015 08:46AM

Re: Absolute rather than relative times in expires directives

rgrraj January 21, 2016 02:19AM

Re: Absolute rather than relative times in expires directives

Francis Daly January 23, 2016 06:16AM

Re: Absolute rather than relative times in expires directives

rgrraj January 24, 2016 02:21AM

Re: Absolute rather than relative times in expires directives

B.R. January 24, 2016 08:46AM

Re: Absolute rather than relative times in expires directives

Maxim Dounin January 25, 2016 10:16AM

Re: Absolute rather than relative times in expires directives

rgrraj February 01, 2016 12:24AM

Re: Absolute rather than relative times in expires directives

Francis Daly February 01, 2016 04:16AM

Re: Absolute rather than relative times in expires directives

Maxim Dounin February 01, 2016 07:46AM



Sorry, only registered users may post in this forum.

Click here to login

Online Users

Guests: 193
Record Number of Users: 8 on April 13, 2023
Record Number of Guests: 421 on December 02, 2018
Powered by nginx      Powered by FreeBSD      PHP Powered      Powered by MariaDB      ipv6 ready