guix-commits
[Top][All Lists]
Advanced

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

02/02: nginx: mirror: Prefer server cipher suites.


From: Ludovic Courtès
Subject: 02/02: nginx: mirror: Prefer server cipher suites.
Date: Wed, 15 Jun 2016 08:53:11 +0000 (UTC)

civodul pushed a commit to branch master
in repository maintenance.

commit b9ae729f0f277f85d3572181402e99a9f3a7b9c7
Author: Ludovic Courtès <address@hidden>
Date:   Wed Jun 15 10:52:37 2016 +0200

    nginx: mirror: Prefer server cipher suites.
---
 hydra/nginx/mirror.conf |    1 +
 1 file changed, 1 insertion(+)

diff --git a/hydra/nginx/mirror.conf b/hydra/nginx/mirror.conf
index 14f163a..7972601 100644
--- a/hydra/nginx/mirror.conf
+++ b/hydra/nginx/mirror.conf
@@ -98,6 +98,7 @@ http {
 
        # Disable weak cipher suites.
        ssl_ciphers         HIGH:!aNULL:!MD5;
+       ssl_prefer_server_ciphers on;
 
        # Use our own DH parameters created with:
        #    openssl dhparam -out dhparams.pem 2048



reply via email to

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