<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=Windows-1252">
</head>
<body>
<div>
<div>
<div dir="ltr" style="color: rgb(0, 0, 0); background-color: rgb(255, 255, 255);">
= is for exact matches, so unless your static file is called / - it obviously won’t match that exact location.</div>
<div dir="ltr" style="color: rgb(0, 0, 0); background-color: rgb(255, 255, 255);">
<br>
</div>
<div dir="ltr" style="color: rgb(0, 0, 0); background-color: rgb(255, 255, 255);">
No modifier (so no =) means it’s a prefix</div>
</div>
<div id="ms-outlook-mobile-signature">
<div><br>
</div>
Get <a href="https://aka.ms/o0ukef">Outlook for iOS</a></div>
</div>
<hr style="display:inline-block;width:98%" tabindex="-1">
<div id="divRplyFwdMsg" dir="ltr"><font face="Calibri, sans-serif" style="font-size:11pt" color="#000000"><b>From:</b> Grzegorz Kulewski <gk@leniwiec.biz><br>
<b>Sent:</b> Wednesday, March 2, 2022 4:40:48 AM<br>
<b>To:</b> nginx@nginx.org <nginx@nginx.org><br>
<b>Subject:</b> Strange problem with expires?</font>
<div> </div>
</div>
<div class="BodyFragment"><font size="2"><span style="font-size:11pt;">
<div class="PlainText">Hello,<br>
<br>
I am using nginx 1.21.0 to serve static files for one domain and when I have:<br>
<br>
                location = / {<br>
                        expires epoch;<br>
                }<br>
<br>
expire headers are not added for / but when I remove '=' they are.<br>
<br>
Is this some bug or just me doing something stupid?<br>
<br>
Can anybody reproduce it too?<br>
<br>
-- <br>
Grzegorz Kulewski<br>
<br>
_______________________________________________<br>
nginx mailing list -- nginx@nginx.org<br>
To unsubscribe send an email to nginx-leave@nginx.org<br>
</div>
</span></font></div>
</body>
</html>