guix-commits
[Top][All Lists]
Advanced

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

01/01: hydra: bayfront: Pass all locations of logs.* to the application.


From: Ricardo Wurmus
Subject: 01/01: hydra: bayfront: Pass all locations of logs.* to the application.
Date: Thu, 27 Jun 2019 15:41:33 -0400 (EDT)

rekado pushed a commit to branch master
in repository maintenance.

commit 256b1ca41a47bcf512bff508a79892ec11aacf67
Author: Ricardo Wurmus <address@hidden>
Date:   Thu Jun 27 21:40:22 2019 +0200

    hydra: bayfront: Pass all locations of logs.* to the application.
    
    * hydra/nginx/bayfront.conf: Update location block for
    logs.guix.gnu.org.
---
 hydra/nginx/bayfront.conf | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/hydra/nginx/bayfront.conf b/hydra/nginx/bayfront.conf
index 77ece3b..814d8e4 100644
--- a/hydra/nginx/bayfront.conf
+++ b/hydra/nginx/bayfront.conf
@@ -118,7 +118,7 @@ http {
         listen       80;
         server_name  logs.guix.gnu.org;
         access_log   /var/log/nginx/logs.access.log;
-        location = / {
+        location / {
           proxy_pass http://localhost:3333/;
         }
     }



reply via email to

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