guix-commits
[Top][All Lists]
Advanced

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

02/02: hydra: berlin: Remove obsolete locations.


From: Ricardo Wurmus
Subject: 02/02: hydra: berlin: Remove obsolete locations.
Date: Sat, 8 Sep 2018 15:22:23 -0400 (EDT)

rekado pushed a commit to branch master
in repository maintenance.

commit ee6c3d185a65095fc30d864c5123552e827c2110
Author: Ricardo Wurmus <address@hidden>
Date:   Sat Sep 8 21:18:27 2018 +0200

    hydra: berlin: Remove obsolete locations.
---
 hydra/nginx/berlin-locations.conf | 11 +----------
 1 file changed, 1 insertion(+), 10 deletions(-)

diff --git a/hydra/nginx/berlin-locations.conf 
b/hydra/nginx/berlin-locations.conf
index 9d08e91..ba40176 100644
--- a/hydra/nginx/berlin-locations.conf
+++ b/hydra/nginx/berlin-locations.conf
@@ -1,16 +1,11 @@
 # Configuration of the various HTTP locations.
-# This file is meant to be included in the bayfront configuration file.
+# This file is meant to be included in the berlin Nginx configuration file.
 
 # Cuirass.
 location / {
     proxy_pass http://localhost:8081;
 }
 
-location = /index.html {
-    # Make sure index.html lives in there.
-    root @WWWROOT@;
-}
-
 location = /berlin.guixsd.org-export.pub {
     root @WWWROOT@;
 }
@@ -30,10 +25,6 @@ location = /nix-cache-info {
     proxy_ignore_headers Set-Cookie;
 }
 
-location /mumi/ {
-    proxy_pass http://localhost:1234/;
-}
-
 location /nar/ {
     proxy_pass http://localhost:3000;
 



reply via email to

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