feat: Remove TLS 1.1 from default NGINX protocols (#29728)

This commit is contained in:
-LAN-
2025-12-16 15:39:42 +08:00
committed by GitHub
parent c036a12999
commit 37d4dbeb96
3 changed files with 4 additions and 4 deletions

View File

@@ -1229,7 +1229,7 @@ NGINX_SSL_PORT=443
# and modify the env vars below accordingly.
NGINX_SSL_CERT_FILENAME=dify.crt
NGINX_SSL_CERT_KEY_FILENAME=dify.key
NGINX_SSL_PROTOCOLS=TLSv1.1 TLSv1.2 TLSv1.3
NGINX_SSL_PROTOCOLS=TLSv1.2 TLSv1.3
# Nginx performance tuning
NGINX_WORKER_PROCESSES=auto