[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
bug#37207: guix.gnu.org Last Modified at epoch
From: |
Tobias Geerinckx-Rice |
Subject: |
bug#37207: guix.gnu.org Last Modified at epoch |
Date: |
Wed, 28 Aug 2019 16:37:15 +0200 |
Gábor, Ludo',
Gábor Boskovits 写道:
Supressing the last modified header is just an
add_header Last-Modified "";
away.
You'll also need:
# Don't honour client If-Modified-Since constraints.
if_modified_since off;
# Nginx's etags are hashes of file timestamp & file length.
etag off;
Turning these off will of course prevent all caching. I don't
know if that would add measurable load to guix.gnu.org (it would
be more problematic if we used a CDN, but it might still make a
difference).
Nix does something both interesting and icky — as always: patch[0]
nginx to look up the realpath() instead, so clients can still
cache using If-None-Match.
Kind regards,
T G-R
[0]: https://github.com/NixOS/nixpkgs/pull/48337
signature.asc
Description: PGP signature
bug#37207: guix.gnu.org Last Modified at epoch, Danny Milosavljevic, 2019/08/28