09:43:36 .merge+ 1395 09:43:37 Added 19:05:01 .merge+ 1396 19:05:02 Added 21:53:25 selsta: can you check my PR hashes? https://github.com/monero-project/monero-site/pull/1398 21:53:50 yes 21:55:25 done 23:50:56 I slightly changed the nginx config to hopefully prevent the redirects caching to old versions 23:51:22 binaryFate: there was an open PR for it 23:51:24 did you see it? 23:51:28 no 23:51:40 https://github.com/monero-project/monero-site/pull/1366 23:52:06 ok apparently this is not enough 23:52:09 according to comments 23:53:04 I added "expires epoch;" to all redirects 23:53:23 It's a more nginxy way to do it 23:53:46 curl -I https://downloads.getmonero.org/gui/win64 23:53:47 same result in theory, passes the right HTTP header and browsers take it into account 23:53:50 Expires: Wed, 30 Dec 2020 23:53:24 GMT 23:54:03 ok hopefully this works 23:54:10 yes, I tested with/without, from curl it looks good 23:54:35 We won't see much effects immediately as people have the old versions cached so it's hard to validate 23:54:48 yep