diff --git a/xb-00-01/nginx/website.conf b/xb-00-01/nginx/website.conf index fc070ad..78b6c5e 100644 --- a/xb-00-01/nginx/website.conf +++ b/xb-00-01/nginx/website.conf @@ -1,6 +1,6 @@ # Inferencium - xb-00-01 # Nginx - Configuration - Website -# Version: 10.0.0-alpha.9 +# Version: 10.0.0-alpha.10 # Copyright 2022 Jake Winters # SPDX-License-Identifier: BSD-3-Clause @@ -50,7 +50,7 @@ server { ssl_conf_command Ciphersuites "TLS_AES_256_GCM_SHA384:TLS_CHACHA20_POLY1305_SHA256:TLS_AES_128_GCM_SHA256"; ssl_conf_command Options PrioritizeChaCha; ssl_prefer_server_ciphers on; - ssl_ecdh_curve X25519; + ssl_ecdh_curve X25519:secp256r1; ssl_stapling on; ssl_stapling_verify on; ssl_session_timeout 1d;