ssl_certificate /letsencrypt/live/kopama.com.pl/fullchain.pem;
ssl_certificate_key /letsencrypt/live/kopama.com.pl/privkey.pem;
This commit is contained in:
parent
e5229f28db
commit
efb6ce1957
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in New Issue