guix-commits
[Top][All Lists]
Advanced

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

03/03: berlin: nginx: Raise 'server-names-hash-bucket-size' to 128.


From: Maxim Cournoyer
Subject: 03/03: berlin: nginx: Raise 'server-names-hash-bucket-size' to 128.
Date: Wed, 4 May 2022 09:29:16 -0400 (EDT)

apteryx pushed a commit to branch master
in repository maintenance.

commit cee592f1f4385436cc287e71419b169f94281ca8
Author: Maxim Cournoyer <maxim.cournoyer@gmail.com>
AuthorDate: Wed May 4 09:16:09 2022 -0400

    berlin: nginx: Raise 'server-names-hash-bucket-size' to 128.
    
    This is to avoid the error: "nginx: [emerg] could not build
    server_names_hash, you should increase server_names_hash_bucket_size:
    64".
    
    * hydra/nginx/berlin.scm (%nginx-configuration)
    [server-names-hash-bucket-size]: New field.
---
 hydra/nginx/berlin.scm | 1 +
 1 file changed, 1 insertion(+)

diff --git a/hydra/nginx/berlin.scm b/hydra/nginx/berlin.scm
index 8bf09ae..dacd8aa 100644
--- a/hydra/nginx/berlin.scm
+++ b/hydra/nginx/berlin.scm
@@ -494,6 +494,7 @@ PUBLISH-URL."
 (define %nginx-configuration
   (nginx-configuration
    (server-blocks %berlin-servers)
+   (server-names-hash-bucket-size 128)
    (modules
     (list
      ;; Module to redirect users to the localized pages of their choice.



reply via email to

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