guix-commits
[Top][All Lists]
Advanced

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

04/04: nginx: hydra.gnu.org: Do not serve nars for texlive-texmf.


From: Ludovic Courtès
Subject: 04/04: nginx: hydra.gnu.org: Do not serve nars for texlive-texmf.
Date: Thu, 24 Mar 2016 10:33:52 +0000

civodul pushed a commit to branch master
in repository maintenance.

commit 249a99598fbf2cfd5a190379bad85f13b47c15f8
Author: Ludovic Courtès <address@hidden>
Date:   Thu Mar 24 11:33:19 2016 +0100

    nginx: hydra.gnu.org: Do not serve nars for texlive-texmf.
---
 hydra/nginx/hydra.gnu.org-locations.conf |    7 +++++++
 1 files changed, 7 insertions(+), 0 deletions(-)

diff --git a/hydra/nginx/hydra.gnu.org-locations.conf 
b/hydra/nginx/hydra.gnu.org-locations.conf
index eb1a61f..c850b74 100644
--- a/hydra/nginx/hydra.gnu.org-locations.conf
+++ b/hydra/nginx/hydra.gnu.org-locations.conf
@@ -11,6 +11,13 @@ location /api {
     proxy_pass http://127.0.0.1:3000;
 }
 
+# FIXME: The "nix-store --dump …/texlive-texmf | bzip2" processes
+# rarely complete, so skip them for now.
+location ~ ^/nar/.*-(texlive-texmf-|texlive-20150523-texmf) {
+    return 503;
+    break;
+}
+
 location /nar/ {
     proxy_pass http://127.0.0.1:3000;
 



reply via email to

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