guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/02: nginx: hydra.gnu.org: Advertise a two-day TTL.


From: Ludovic Courtès
Subject: 01/02: nginx: hydra.gnu.org: Advertise a two-day TTL.
Date: Wed, 16 Mar 2016 14:53:11 +0000

civodul pushed a commit to branch master
in repository maintenance.

commit 224e303685646dc6806130a9792e942d365eb56a
Author: Ludovic Courtès <address@hidden>
Date:   Wed Mar 16 15:47:17 2016 +0100

    nginx: hydra.gnu.org: Advertise a two-day TTL.
---
 hydra/nginx/hydra.gnu.org-locations.conf |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/hydra/nginx/hydra.gnu.org-locations.conf 
b/hydra/nginx/hydra.gnu.org-locations.conf
index 0a59e48..3c9b1df 100644
--- a/hydra/nginx/hydra.gnu.org-locations.conf
+++ b/hydra/nginx/hydra.gnu.org-locations.conf
@@ -68,7 +68,7 @@ location ~ \.narinfo$ {
 
     # Add 'Expires' and 'Cache-Control' response headers so clients
     # such as 'guix substitute' know how long they can cache it.
-    expires 24h;
+    expires 2d;
 
     proxy_ignore_client_abort on;
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]