From 7bcd7a5b12c428dcb6e60a94ff315a9e39511d13 Mon Sep 17 00:00:00 2001 From: terminaldweller Date: Wed, 23 Nov 2022 12:15:51 +0330 Subject: update --- terminaldweller.com/cargo/nginx.conf | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'terminaldweller.com/cargo/nginx.conf') diff --git a/terminaldweller.com/cargo/nginx.conf b/terminaldweller.com/cargo/nginx.conf index 118825c..eafeeee 100644 --- a/terminaldweller.com/cargo/nginx.conf +++ b/terminaldweller.com/cargo/nginx.conf @@ -3,10 +3,10 @@ events { } http { server { - listen 8080 ssl; + listen 8080 ssl http2; keepalive_timeout 70; - ssl_certificate /certs/server.cert; - ssl_certificate_key /certs/server.key; + ssl_certificate /certs/cert1.pem; + ssl_certificate_key /certs/privkey1.pem; ssl_protocols TLSv1.2 TLSv1.3; ssl_ciphers HIGH:!aNULL:!MD5; sendfile on; -- cgit v1.2.3