From efb6ce1957e0715249a77dfe49f4e3f3f7201057 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Artur=20Ku=C5=9B?= Date: Tue, 2 Sep 2025 18:30:18 +0200 Subject: [PATCH] ssl_certificate /letsencrypt/live/kopama.com.pl/fullchain.pem; ssl_certificate_key /letsencrypt/live/kopama.com.pl/privkey.pem; --- nginx-config/https/https-kopama-com.pl.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/nginx-config/https/https-kopama-com.pl.conf b/nginx-config/https/https-kopama-com.pl.conf index 60ccaf5..bb33fc1 100644 --- a/nginx-config/https/https-kopama-com.pl.conf +++ b/nginx-config/https/https-kopama-com.pl.conf @@ -5,8 +5,8 @@ server { server_tokens off; - ssl_certificate /letsencrypt/live/themself.eu/fullchain.pem; - ssl_certificate_key /letsencrypt/live/themself.eu/privkey.pem; + ssl_certificate /letsencrypt/live/kopama.com.pl/fullchain.pem; + ssl_certificate_key /letsencrypt/live/kopama.com.pl/privkey.pem; ssl_protocols TLSv1.2 TLSv1.3; ssl_ciphers HIGH:!aNULL:!MD5;