Update tfmain nginx to use TLSv1.3

This commit is contained in:
Sadiq Saif 2019-07-03 21:06:03 -04:00 committed by GitHub
parent 075c8cd1ec
commit 6241b2e321
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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