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;