From fca6f7c61a180d78cce0727648e5a3ad6012918a Mon Sep 17 00:00:00 2001 From: iamtrazy Date: Fri, 21 Jun 2024 21:07:10 +0530 Subject: [PATCH] fix: minor changes --- VLESS-TLS-splitHttp-Nginx/nginx.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/VLESS-TLS-splitHttp-Nginx/nginx.conf b/VLESS-TLS-splitHttp-Nginx/nginx.conf index e93f1f2..2eaf1dc 100644 --- a/VLESS-TLS-splitHttp-Nginx/nginx.conf +++ b/VLESS-TLS-splitHttp-Nginx/nginx.conf @@ -4,8 +4,8 @@ server { index index.html; root /var/www/html; - ssl_certificate /etc/ssl/certs/nginx-selfsigned-SAN.crt; - ssl_certificate_key /etc/ssl/private/nginx-selfsigned-SAN.key; + ssl_certificate /path/to/example.cer; + ssl_certificate_key /path/to/example.cer; ssl_protocols TLSv1.2 TLSv1.3; ssl_ciphers ECDHE-ECDSA-AES128-GCM-SHA256:ECDHE-RSA-AES128-GCM-SHA256:ECDHE-ECDSA-AES256-GCM-SHA384:ECDHE-RSA-AES256-GCM-SHA384:ECDHE-ECDSA-CHACHA20-POLY1305:ECDHE-RSA-CHACHA20-POLY1305:DHE-RSA-AES128-GCM-SHA256:DHE-RSA-AES256-GCM-SHA384;