From 785924e5ba91bd01e5ef7703dac15cab719663c4 Mon Sep 17 00:00:00 2001 From: Sadiq Saif Date: Wed, 3 Jul 2019 21:11:04 -0400 Subject: [PATCH] Update dev-glitch nginx to use TLSv1.3 --- ubuntu/dev.glitch.social.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ubuntu/dev.glitch.social.yml b/ubuntu/dev.glitch.social.yml index 25a83cd..eef133a 100644 --- a/ubuntu/dev.glitch.social.yml +++ b/ubuntu/dev.glitch.social.yml @@ -88,7 +88,7 @@ proxycache: - proxy_cache_path /var/cache/nginx levels=1:2 keys_zone=CACHE:10m inactive=7d max_size=1g ssl: - - ssl_protocols TLSv1.2 + - ssl_protocols TLSv1.2 TLSv1.3 - ssl_dhparam "/etc/nginx/dhparams.pem" - ssl_session_timeout 1d - ssl_session_cache shared:SSL:50m