guix-commits
[Top][All Lists]
Advanced

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

branch master updated: hydra: nginx: Fix "if_modified_since" value.


From: Ludovic Courtès
Subject: branch master updated: hydra: nginx: Fix "if_modified_since" value.
Date: Wed, 04 Jan 2023 17:03:45 -0500

This is an automated email from the git hooks/post-receive script.

civodul pushed a commit to branch master
in repository maintenance.

The following commit(s) were added to refs/heads/master by this push:
     new af5dab2  hydra: nginx: Fix "if_modified_since" value.
af5dab2 is described below

commit af5dab2543f564b5e4ac3eacd2641b700c322268
Author: Ludovic Courtès <ludo@gnu.org>
AuthorDate: Wed Jan 4 23:03:05 2023 +0100

    hydra: nginx: Fix "if_modified_since" value.
    
    * hydra/modules/sysadmin/nginx.scm (guix.gnu.org-other-locations):
    Change "if_modified_since" value to "exact".
---
 hydra/modules/sysadmin/nginx.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/hydra/modules/sysadmin/nginx.scm b/hydra/modules/sysadmin/nginx.scm
index 9d98a72..271715b 100644
--- a/hydra/modules/sysadmin/nginx.scm
+++ b/hydra/modules/sysadmin/nginx.scm
@@ -703,12 +703,12 @@ synonymous IETF language tags that should be mapped to 
the same $lang."
 
    (nginx-location-configuration
     (uri "= /packages.json")
-    (body (list "if_modified_since on;"
+    (body (list "if_modified_since exact;"
                 "root /srv/package-metadata")))
 
    (nginx-location-configuration
     (uri "= /sources.json")
-    (body (list "if_modified_since on;"
+    (body (list "if_modified_since exact;"
                 "root /srv/package-metadata")))
 
    (nginx-location-configuration                  ;certbot



reply via email to

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