cbaines pushed a commit to branch master
in repository maintenance.

commit 0a0b5ee2dd4d2c3ead182d0db6e12892937f9d1b
Author: Christopher Baines <[email protected]>
AuthorDate: Mon Nov 4 10:40:30 2024 +0000

    hydra: bayfront: Use a separate access log for git.qa.guix.gnu.org.
    
    * hydra/bayfront.scm (%git.qa.guix.gnu.org-cgit-configuration-nginx):
    Use a separate access log for git.qa.guix.gnu.org.
---
 hydra/bayfront.scm | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/hydra/bayfront.scm b/hydra/bayfront.scm
index 1c6c0504..b9ffe0e4 100644
--- a/hydra/bayfront.scm
+++ b/hydra/bayfront.scm
@@ -998,6 +998,9 @@ add_header Content-Type text/plain;")))
    (nginx-server-configuration
     (server-name '("git.qa.guix.gnu.org"))
     (listen '("80" "[::]:80"))
+    (raw-content
+     '("
+access_log   /var/log/nginx/git.qa.access.log;"))
     (locations
      (list
       (nginx-location-configuration
@@ -1013,6 +1016,9 @@ add_header Content-Type text/plain;")))
     (server-name '("git.qa.guix.gnu.org"))
     (listen '("443 ssl" "[::]:443 ssl"))
     (root cgit)
+    (raw-content
+     (list %common-tls-options
+           "access_log /var/log/nginx/git.qa.access.log;"))
     (locations
      (list
       (let ((base

Reply via email to