about summary refs log tree commit diff
path: root/compose/nginx
diff options
context:
space:
mode:
Diffstat (limited to 'compose/nginx')
-rw-r--r--compose/nginx/nginx.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/compose/nginx/nginx.conf b/compose/nginx/nginx.conf
index 7015aaa..35f8b3a 100644
--- a/compose/nginx/nginx.conf
+++ b/compose/nginx/nginx.conf
@@ -28,7 +28,7 @@ http {
     ssl_session_cache shared:SSL:50m;
     ssl_session_timeout 5m;
 
-    ssl_ciphers ECDHE-ECDSA-AES256-GCM-SHA384:ECDHE-RSA-AES256-GCM-SHA384:ECDHE-ECDSA-CHACHA20-POLY1305:ECDHE-RSA-CHACHA20-POLY1305:ECDHE-ECDSA-AES256-SHA384:ECDHE-RSA-AES256-SHA384;
+    ssl_ciphers ECDHE-ECDSA-AES256-GCM-SHA384:ECDHE-RSA-AES256-GCM-SHA384:ECDHE-ECDSA-CHACHA20-POLY1305:ECDHE-RSA-CHACHA20-POLY1305:ECDHE-ECDSA-AES256-GCM-SHA384:ECDHE-RSA-AES256-GCM-SHA384:ECDHE-RSA-AES128-GCM-SHA256:ECDHE-ECDSA-AES128-GCM-SHA256;
 
 
     sendfile        on;