ssl_certificate /letsencrypt/live/kopama.com.pl/fullchain.pem;

ssl_certificate_key  /letsencrypt/live/kopama.com.pl/privkey.pem;
This commit is contained in:
Artur Kuś 2025-09-02 18:30:18 +02:00
parent e5229f28db
commit efb6ce1957
1 changed files with 2 additions and 2 deletions

View File

@ -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;