<div dir="ltr"><div class="gmail_default" style="font-size:small;color:rgb(51,51,153)"><a href="http://nginx.org/en/CHANGES">http://nginx.org/en/CHANGES</a>:<br>Changes with nginx 1.9.7                                         17 Nov 2015<br>    ...<br>    *) Bugfix: the "expires" directive might not work when using variables.<br></div><div class="gmail_extra"><br><div class="gmail_default" style="font-size:small;color:rgb(51,51,153)">Using the latest version of the branch​ might solve problems...<br></div><div><div class="gmail_signature"><font size="1"><span style="color:rgb(102,102,102)">---<br></span><b><span style="color:rgb(102,102,102)">B. R.</span></b><span style="color:rgb(102,102,102)"></span></font></div></div>
<br><div class="gmail_quote">On Sun, Jan 24, 2016 at 8:21 AM, rgrraj <span dir="ltr"><<a href="mailto:nginx-forum@forum.nginx.org" target="_blank">nginx-forum@forum.nginx.org</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hi Francis<br>
<br>
The same works like a charm in 1.9.6 but not in 1.9.2. The error log shows<br>
the follow,<br>
<br>
"[emerg] 6151#0: "expires" directive invalid value in" respective sites<br>
enabled file.<br>
<br>
And our configuration is just as follows,<br>
## in nginx.conf<br>
 map $time_iso8601 $expiresc {<br>
       default "3h";<br>
        ~T22 "@00h00";<br>
        ~T23 "@00h00";<br>
    }<br>
<br>
##in sites enabled file,<br>
  location /path/to/files/ {<br>
         expires     $expiresc;<br>
  }<br>
<br>
<br>
doesnt allows to restart nginx and fails with the above error in nginx error<br>
log.<br>
<br>
Any thoughts ??<br>
<br>
Thanks<br>
Govind<br>
<br>
Posted at Nginx Forum: <a href="https://forum.nginx.org/read.php?2,115406,264082#msg-264082" rel="noreferrer" target="_blank">https://forum.nginx.org/read.php?2,115406,264082#msg-264082</a><br>
<br>
_______________________________________________<br>
nginx mailing list<br>
<a href="mailto:nginx@nginx.org">nginx@nginx.org</a><br>
<a href="http://mailman.nginx.org/mailman/listinfo/nginx" rel="noreferrer" target="_blank">http://mailman.nginx.org/mailman/listinfo/nginx</a><br>
</blockquote></div><br></div></div>